summaryrefslogtreecommitdiff
path: root/Debian
diff options
context:
space:
mode:
authorjoeyh <joeyh>2006-01-24 00:35:04 +0000
committerjoeyh <joeyh>2006-01-24 00:35:04 +0000
commit70d4ac05f6707375b6fc45c4ab53b6348447e0db (patch)
tree0754f9607c553de94d01b1ec7351c9f5dcbc48a9 /Debian
parentbefaae46fcb8449c19da2b748af11303b9e8c94c (diff)
r1864: releasing version 5.0.19
Diffstat (limited to 'Debian')
-rw-r--r--Debian/Debhelper/Dh_Getopt.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/Debian/Debhelper/Dh_Getopt.pm b/Debian/Debhelper/Dh_Getopt.pm
index c698b7c5..5e3ffacf 100644
--- a/Debian/Debhelper/Dh_Getopt.pm
+++ b/Debian/Debhelper/Dh_Getopt.pm
@@ -165,6 +165,8 @@ sub parseopts {
"keep-debug" => \$options{KEEP_DEBUG},
"error-handler=s" => \$options{ERROR_HANDLER},
+
+ "language=s" => \$options{LANGUAGE},
"<>" => \&NonOption,
);