]> git.donarmstrong.com Git - debhelper.git/blobdiff - Debian/Debhelper/Dh_Getopt.pm
r540: * Added a -L flag to dh_shlibdeps that is a nice alternative to providing a
[debhelper.git] / Debian / Debhelper / Dh_Getopt.pm
index 79674144a95a04021ff63fa309a54a8bce4a63cb..38aa342447c110d5cac695d620e946071ea4f703 100644 (file)
@@ -146,6 +146,8 @@ sub parseopts {
 
                "list-missing" => \$options{LIST_MISSING},
                
+               "L|libpackage=s" => \$options{LIBPACKAGE},
+               
                "<>" => \&NonOption,
        );