]> git.donarmstrong.com Git - debhelper.git/commitdiff
* dh_gencontrol: Stop passing -isp, it's the default now. Closes: #458114
authorJoey Hess <joey@kitenet.net>
Fri, 28 Dec 2007 20:46:00 +0000 (15:46 -0500)
committerJoey Hess <joey@kitenet.net>
Fri, 28 Dec 2007 20:46:00 +0000 (15:46 -0500)
debian/changelog
dh_gencontrol

index 8a5ebc7214f2845413f94d04e0d7923b3f6637d1..7f623c73e0666f6f3e0fc48ecb42e3c9b873c107 100644 (file)
@@ -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 <joeyh@debian.org>  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
index 1489b2533c857af2f04ab2323a6d3e4b3760f650..08fb680a15c9fd206f895a0c060876fb0428aa44 100755 (executable)
@@ -21,7 +21,7 @@ proper permissions.
 
 This program is merely a wrapper around L<dpkg-gencontrol(1)>, 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