Debian: Restore --with quilt in debian/rules,

inadvertently removed in previous checkin, which broke patch.
This commit is contained in:
zzz
2016-03-28 10:43:41 +00:00
parent 2fb0572e08
commit 4be46d8299

2
debian/rules vendored
View File

@@ -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) #export DEB_HOST_ARCH_CPU := $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU)
%: %:
dh $@ --with systemd dh $@ --with systemd,quilt
clean: createcopyright clean: createcopyright