summaryrefslogtreecommitdiff
path: root/Debian/Debhelper/Dh_Getopt.pm
diff options
context:
space:
mode:
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},