summaryrefslogtreecommitdiff
path: root/Debian/Debhelper/Dh_Getopt.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-01-24 22:04:28 -0500
committerJoey Hess <joey@kodama.kitenet.net>2008-01-24 22:04:28 -0500
commitb91c19fcf670df1b22a92b47e8ed2d435dfb7299 (patch)
tree99a44c3a52391d1066a9be2564072fc546e2d98f /Debian/Debhelper/Dh_Getopt.pm
parentb224e52d143f1937209e518aedde285449fb4631 (diff)
* dh_strip: Improve the idempotency fix put in for #380314.
* dh_strip: The -k flag didn't work (--keep did). Fix.
Diffstat (limited to 'Debian/Debhelper/Dh_Getopt.pm')
-rw-r--r--Debian/Debhelper/Dh_Getopt.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/Debian/Debhelper/Dh_Getopt.pm b/Debian/Debhelper/Dh_Getopt.pm
index d1e052af..6f95dd35 100644
--- a/Debian/Debhelper/Dh_Getopt.pm
+++ b/Debian/Debhelper/Dh_Getopt.pm
@@ -121,6 +121,7 @@ sub parseopts {
"k" => \$options{K_FLAG},
"keep" => \$options{K_FLAG},
+ "keep-debug" => \$options{K_FLAG},
"P=s" => \$options{TMPDIR},
"tmpdir=s" => \$options{TMPDIR},
@@ -169,8 +170,6 @@ sub parseopts {
"name=s" => \$options{NAME},
- "keep-debug" => \$options{KEEP_DEBUG},
-
"error-handler=s" => \$options{ERROR_HANDLER},
"add-udeb=s" => \$options{SHLIBS_UDEB},