From 0fc7d4c7cc3a3953c17347dde0a083e5929b4d21 Mon Sep 17 00:00:00 2001 From: joey Date: Thu, 25 Jul 2002 23:20:33 +0000 Subject: r540: * Added a -L flag to dh_shlibdeps that is a nice alternative to providing a shlibs.local. --- Debian/Debhelper/Dh_Getopt.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Debian/Debhelper') diff --git a/Debian/Debhelper/Dh_Getopt.pm b/Debian/Debhelper/Dh_Getopt.pm index 79674144..38aa3424 100644 --- a/Debian/Debhelper/Dh_Getopt.pm +++ b/Debian/Debhelper/Dh_Getopt.pm @@ -146,6 +146,8 @@ sub parseopts { "list-missing" => \$options{LIST_MISSING}, + "L|libpackage=s" => \$options{LIBPACKAGE}, + "<>" => \&NonOption, ); -- cgit v1.2.3