X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Debian%2FDebhelper%2FDh_Getopt.pm;h=0b105244c012b9ee0d0ea2874df776a219077414;hb=26f1964c1dec6991f12ef19cde2974bc6abdbb18;hp=6f95dd35bf844c4f77757059d92d7440fac7409a;hpb=709cc5dfd66b5c061327d6fc6cb6b2df55c18d4e;p=debhelper.git diff --git a/Debian/Debhelper/Dh_Getopt.pm b/Debian/Debhelper/Dh_Getopt.pm index 6f95dd3..0b10524 100644 --- a/Debian/Debhelper/Dh_Getopt.pm +++ b/Debian/Debhelper/Dh_Getopt.pm @@ -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, );