From: Joey Hess Date: Fri, 28 Dec 2007 20:46:00 +0000 (-0500) Subject: * dh_gencontrol: Stop passing -isp, it's the default now. Closes: #458114 X-Git-Tag: 6.0.0~6 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=73a6f7412a85594660bcd0e8c83efdec794468fa;p=debhelper.git * dh_gencontrol: Stop passing -isp, it's the default now. Closes: #458114 --- diff --git a/debian/changelog b/debian/changelog index 8a5ebc7..7f623c7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +debhelper (5.0.64) UNRELEASED; urgency=low + + * dh_gencontrol: Stop passing -isp, it's the default now. Closes: #458114 + + -- Joey Hess Fri, 28 Dec 2007 15:45:39 -0500 + debhelper (5.0.63) unstable; urgency=low * dh_installdocs: Tighten doc-base document id parsing to only accept diff --git a/dh_gencontrol b/dh_gencontrol index 1489b25..08fb680 100755 --- a/dh_gencontrol +++ b/dh_gencontrol @@ -21,7 +21,7 @@ proper permissions. This program is merely a wrapper around L, which calls it once for each package being acted on, and passes in some additional -useful flags including "-isp". +useful flags. =head1 OPTIONS @@ -60,7 +60,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) { if (is_udeb($package)) { push @command, "-n".udeb_filename($package); } - doit(@command, "-l$changelog", "-isp", "-Tdebian/${ext}substvars", + doit(@command, "-l$changelog", "-Tdebian/${ext}substvars", "-P$tmp",@{$dh{U_PARAMS}}); # This chmod is only necessary if the user sets the umask to