Package: debhelper
Version: 5.0.63
Severity: minor
Tags: patch

-isp flag to dpkg-gencontrol doesn't do anything anymore.

-- System Information:
Debian Release: lenny/sid
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-amd64
Locale: LANG=ca_AD.UTF-8, LC_CTYPE=ca_AD.UTF-8 (charmap=UTF-8)
diff -ur debhelper-5.0.63.old/dh_gencontrol debhelper-5.0.63/dh_gencontrol
--- debhelper-5.0.63.old/dh_gencontrol  2007-10-22 21:09:00.000000000 +0200
+++ debhelper-5.0.63/dh_gencontrol      2007-12-28 19:27:33.000000000 +0100
@@ -21,7 +21,7 @@
 
 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 @@
        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

Reply via email to