From 4be46d8299c8f9b61fcb4f541ddc266f47277d42 Mon Sep 17 00:00:00 2001 From: zzz Date: Mon, 28 Mar 2016 10:43:41 +0000 Subject: [PATCH] Debian: Restore --with quilt in debian/rules, inadvertently removed in previous checkin, which broke patch. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 80cd2b576..8d6ab28c3 100755 --- a/debian/rules +++ b/debian/rules @@ -36,7 +36,7 @@ export DEBIANVERSION := $(shell dpkg-parsechangelog |awk -F' ' '/^Version:/{prin #export DEB_HOST_ARCH_CPU := $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU) %: - dh $@ --with systemd + dh $@ --with systemd,quilt clean: createcopyright