summaryrefslogtreecommitdiff
path: root/Debian
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2010-01-06 13:21:45 -0500
committerJoey Hess <joey@gnu.kitenet.net>2010-01-06 13:21:45 -0500
commited209947d9e819c5950cf757751a570d1bd717c1 (patch)
tree67f26af47d9fa73356b863307f2645c14277b2ce /Debian
parent04ca5a54fed1f02a9089a6c1b5364cdf9ef190eb (diff)
fix bad interaction between -O and ignore_unknown_options
Actually, since ignore_unknown_options is only used with DH_INTERNAL_OPTIONS, which always uses -O for such options, I was able to remove that complication too.
Diffstat (limited to 'Debian')
-rw-r--r--Debian/Debhelper/Dh_Getopt.pm5
1 files changed, 2 insertions, 3 deletions
diff --git a/Debian/Debhelper/Dh_Getopt.pm b/Debian/Debhelper/Dh_Getopt.pm
index f27775b4..fddbd89a 100644
--- a/Debian/Debhelper/Dh_Getopt.pm
+++ b/Debian/Debhelper/Dh_Getopt.pm
@@ -145,7 +145,7 @@ sub getoptions {
}
my $oldwarn;
- if ($params{test} || $params{ignore_unknown_options}) {
+ if ($params{test}) {
$oldwarn=$SIG{__WARN__};
$SIG{__WARN__}=sub {};
}
@@ -162,7 +162,6 @@ sub getoptions {
}
}
- return 1 if $params{ignore_unknown_options};
return $ret;
}
@@ -182,7 +181,7 @@ sub parseopts {
# dh through an override target to a command.
if (defined $ENV{DH_INTERNAL_OPTIONS}) {
@ARGV_extra=split(/\x1e/, $ENV{DH_INTERNAL_OPTIONS});
- getoptions(\@ARGV_extra, %params, ignore_unknown_options => 1);
+ getoptions(\@ARGV_extra, %params);
# Avoid forcing acting on packages specified in
# DH_INTERNAL_OPTIONS. This way, -p can be specified