From b91c19fcf670df1b22a92b47e8ed2d435dfb7299 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 24 Jan 2008 22:04:28 -0500 Subject: * dh_strip: Improve the idempotency fix put in for #380314. * dh_strip: The -k flag didn't work (--keep did). Fix. --- Debian/Debhelper/Dh_Getopt.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Debian') 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}, -- cgit v1.2.3