summaryrefslogtreecommitdiff
path: root/Debian/Debhelper/Dh_Getopt.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Debian/Debhelper/Dh_Getopt.pm')
-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 1e52109e..02045bbe 100644
--- a/Debian/Debhelper/Dh_Getopt.pm
+++ b/Debian/Debhelper/Dh_Getopt.pm
@@ -123,6 +123,8 @@ sub parseopts {
"sourcedir=s" => \$options{SOURCEDIR},
"destdir=s" => \$options{DESTDIR},
+
+ "filename=s" => \$options{FILENAME},
"number=i" => \$options{PRIORITY}, # deprecated
"priority=i" => \$options{PRIORITY},