diff options
author | joey <joey> | 2003-10-13 01:37:14 +0000 |
---|---|---|
committer | joey <joey> | 2003-10-13 01:37:14 +0000 |
commit | 8d285c73f8a1d8f4b632100ce764893f3d704068 (patch) | |
tree | 32157a3107409e129074042dc7a75c64c54d7057 /Debian | |
parent | 87c9d162920985cd2ee71b56d9a38aa5bda85093 (diff) | |
download | debhelper-8d285c73f8a1d8f4b632100ce764893f3d704068.tar.gz |
r1611: * dh_install: add --fail-missing option. Closes: #120026version_4.1.75
* Fix mispelling in prerm-sgmlcatalog. Closes: #215189
Diffstat (limited to 'Debian')
-rw-r--r-- | Debian/Debhelper/Dh_Getopt.pm | 2 |
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}, |