summaryrefslogtreecommitdiff
path: root/Debian
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-04-23 19:14:56 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-04-23 19:14:56 -0400
commit26f1964c1dec6991f12ef19cde2974bc6abdbb18 (patch)
treeaf2c9f42578bf5924390f92e830b53cde71d3d14 /Debian
parent709cc5dfd66b5c061327d6fc6cb6b2df55c18d4e (diff)
initial version of dh, with option parsing and sequences in place
Diffstat (limited to 'Debian')
-rw-r--r--Debian/Debhelper/Dh_Getopt.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/Debian/Debhelper/Dh_Getopt.pm b/Debian/Debhelper/Dh_Getopt.pm
index 6f95dd35..0b105244 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,
);