summaryrefslogtreecommitdiff
path: root/Debian/Debhelper/Dh_Getopt.pm
diff options
context:
space:
mode:
authorjoey <joey>2000-10-28 18:44:02 +0000
committerjoey <joey>2000-10-28 18:44:02 +0000
commite832acd1f52e8aa5e23aee08ad047704780b182a (patch)
tree383a5106e6b59d08101d8e247805c12e86c9f21f /Debian/Debhelper/Dh_Getopt.pm
parent4c98da4fc74be80721e50f808b7a0b9a327feb64 (diff)
r380: * dh_builddeb: added a --filename option to specify the output filename.
This is intended to be used when building .udebs for the debian installer.
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},