summaryrefslogtreecommitdiff
path: root/lib/Debian
diff options
context:
space:
mode:
authorNiels Thykier <niels@thykier.net>2018-09-09 12:49:35 +0000
committerNiels Thykier <niels@thykier.net>2018-09-09 12:49:35 +0000
commit8cf9d0bdcc773ea199ddb90b7957f353bfb0e686 (patch)
tree44c35cb155c90f6fdf36d925054771b2ceab5d9a /lib/Debian
parent387578cfa4d249dcfe692bb98975416336e5c873 (diff)
downloaddebhelper-8cf9d0bdcc773ea199ddb90b7957f353bfb0e686.tar.gz
Make -k/--keep a per helper option
Diffstat (limited to 'lib/Debian')
-rw-r--r--lib/Debian/Debhelper/Dh_Getopt.pm5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/Debian/Debhelper/Dh_Getopt.pm b/lib/Debian/Debhelper/Dh_Getopt.pm
index dd96480b..8afdd308 100644
--- a/lib/Debian/Debhelper/Dh_Getopt.pm
+++ b/lib/Debian/Debhelper/Dh_Getopt.pm
@@ -107,7 +107,7 @@ sub getoptions {
"arch" => \&AddPackage,
"p=s" => \&AddPackage,
- "package=s" => \&AddPackage,
+ "package=s" => \&AddPackage,
"N=s" => \&ExcludePackage,
"no-package=s" => \&ExcludePackage,
@@ -131,9 +131,6 @@ sub getoptions {
"d" => \$dh{D_FLAG},
- "k" => \$dh{K_FLAG},
- "keep" => \$dh{K_FLAG},
-
"P=s" => \$dh{TMPDIR},
"tmpdir=s" => \$dh{TMPDIR},