summaryrefslogtreecommitdiff
path: root/dh_gencontrol
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2007-12-28 15:46:00 -0500
committerJoey Hess <joey@kitenet.net>2007-12-28 15:46:00 -0500
commit73a6f7412a85594660bcd0e8c83efdec794468fa (patch)
tree434d053263193aa5490ffe9b18ca7b947317461f /dh_gencontrol
parent9f12cbdcd05e35bbb951d0d752b658616010c5ac (diff)
* dh_gencontrol: Stop passing -isp, it's the default now. Closes: #458114
Diffstat (limited to 'dh_gencontrol')
-rwxr-xr-xdh_gencontrol4
1 files changed, 2 insertions, 2 deletions
diff --git a/dh_gencontrol b/dh_gencontrol
index 1489b253..08fb680a 100755
--- a/dh_gencontrol
+++ b/dh_gencontrol
@@ -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