From c5ca226eceac5da46f8c7be67f69b52875fb0cbe Mon Sep 17 00:00:00 2001 From: zzz <zzz@mail.i2p> Date: Wed, 7 Feb 2018 19:01:33 +0000 Subject: [PATCH] Debian: Put quilt back into the rules for the debian-binary ant target --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 85a8a8a611..6919b41b0f 100755 --- a/debian/rules +++ b/debian/rules @@ -38,7 +38,7 @@ export BITS := $(shell dpkg-architecture -qDEB_HOST_ARCH_BITS) #export DEB_HOST_ARCH_CPU := $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU) %: - dh $@ --with systemd,bash-completion + dh $@ --with systemd,quilt,bash-completion clean: createcopyright -- GitLab