summaryrefslogtreecommitdiff
path: root/Debian/Debhelper/Dh_Getopt.pm
diff options
context:
space:
mode:
authorjoey <joey>2003-10-13 01:37:14 +0000
committerjoey <joey>2003-10-13 01:37:14 +0000
commit8d285c73f8a1d8f4b632100ce764893f3d704068 (patch)
tree32157a3107409e129074042dc7a75c64c54d7057 /Debian/Debhelper/Dh_Getopt.pm
parent87c9d162920985cd2ee71b56d9a38aa5bda85093 (diff)
r1611: * dh_install: add --fail-missing option. Closes: #120026
* Fix mispelling in prerm-sgmlcatalog. Closes: #215189
Diffstat (limited to 'Debian/Debhelper/Dh_Getopt.pm')
-rw-r--r--Debian/Debhelper/Dh_Getopt.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/Debian/Debhelper/Dh_Getopt.pm b/Debian/Debhelper/Dh_Getopt.pm
index 364187a1..7d82eea5 100644
--- a/Debian/Debhelper/Dh_Getopt.pm
+++ b/Debian/Debhelper/Dh_Getopt.pm
@@ -146,6 +146,8 @@ sub parseopts {
"mainpackage=s" => \$options{MAINPACKAGE},
"list-missing" => \$options{LIST_MISSING},
+
+ "fail-missing" => \$options{FAIL_MISSING},
"L|libpackage=s" => \$options{LIBPACKAGE},