From 8d285c73f8a1d8f4b632100ce764893f3d704068 Mon Sep 17 00:00:00 2001 From: joey Date: Mon, 13 Oct 2003 01:37:14 +0000 Subject: r1611: * dh_install: add --fail-missing option. Closes: #120026 * Fix mispelling in prerm-sgmlcatalog. Closes: #215189 --- Debian/Debhelper/Dh_Getopt.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Debian') 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}, -- cgit v1.2.3