]> git.donarmstrong.com Git - debhelper.git/blobdiff - Debian/Debhelper/Dh_Getopt.pm
initial version of dh, with option parsing and sequences in place
[debhelper.git] / Debian / Debhelper / Dh_Getopt.pm
index 6f95dd35bf844c4f77757059d92d7440fac7409a..0b105244c012b9ee0d0ea2874df776a219077414 100644 (file)
@@ -176,6 +176,11 @@ sub parseopts {
                
                "language=s" => \$options{LANGUAGE},
 
+               "until=s" => \$options{UNTIL},
+               "before=s" => \$options{BEFORE},
+               "after=s" => \$options{AFTER},
+               "remaining" => \$options{REMAINING},
+
                "<>" => \&NonOption,
        );