From ff4b342151b201f2d03b2fc7ef4f13132f883f03 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 29 Mar 2016 22:49:41 +0100 Subject: [PATCH] Drop `-isp' from dpkg-gencontrol invocation. --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 6de61bc..c62d944 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ chiark-utils (4.5.0~~iwj1) unstable; urgency=medium * New program `cgi-fcgi-interp'. * Install manpage summer(1). * Provide more .txt `docs' (xbatmon-simple.txt, rcopy-repeatedly.txt). + * Drop `-isp' from dpkg-gencontrol invocation. -- Ian Jackson Tue, 29 Mar 2016 22:35:23 +0100 diff --git a/debian/rules b/debian/rules index 35d00fe..4d93627 100755 --- a/debian/rules +++ b/debian/rules @@ -109,7 +109,7 @@ binary-one: chmod u=rwX,go=rX $t/$p/DEBIAN/$$f; \ done dh_link -p$p -Pdebian/tmp/$p - dpkg-gencontrol -isp -p$p -P$t/$p -Tdebian/sv-$p + dpkg-gencontrol -p$p -P$t/$p -Tdebian/sv-$p chown -R root.root debian/tmp chmod -R g-ws debian/tmp debian/rules binary-hook-$p -- 2.30.2