]> 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 16851a04902999cd2cb929e184e07080ba77f783..38aa342447c110d5cac695d620e946071ea4f703 100644 (file)
@@ -141,6 +141,12 @@ sub parseopts {
                "autodest" => \$options{AUTODEST},
 
                "h|help" => \&showhelp,
+
+               "mainpackage=s" => \$options{MAINPACKAGE},
+
+               "list-missing" => \$options{LIST_MISSING},
+               
+               "L|libpackage=s" => \$options{LIBPACKAGE},
                
                "<>" => \&NonOption,
        );