diff options
author | joey <joey> | 2000-10-28 18:44:02 +0000 |
---|---|---|
committer | joey <joey> | 2000-10-28 18:44:02 +0000 |
commit | e832acd1f52e8aa5e23aee08ad047704780b182a (patch) | |
tree | 383a5106e6b59d08101d8e247805c12e86c9f21f /Debian | |
parent | 4c98da4fc74be80721e50f808b7a0b9a327feb64 (diff) | |
download | debhelper-e832acd1f52e8aa5e23aee08ad047704780b182a.tar.gz |
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')
-rw-r--r-- | Debian/Debhelper/Dh_Getopt.pm | 2 |
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}, |