* Enabled Getopt::Long Bundling, see comment in alien.pl. Closes: #152148

This commit is contained in:
joey
2002-07-07 20:43:48 +00:00
parent ec291f3dde
commit 92a03172da
2 changed files with 10 additions and 0 deletions

View File

@@ -312,6 +312,10 @@ EOF
my (%destformats, $generate, $install, $single, $scripts, $patchfile,
$nopatch, $tgzdescription, $keepversion, $fixperms, $test);
# Bundling is nice anyway, and it is required or Getopt::Long will confuse
# -T and -t.
Getopt::Long::Configure("bundling");
GetOptions(
"to-deb|d", sub { $destformats{deb}=1 },
"to-rpm|r", sub { $destformats{rpm}=1 },

6
debian/changelog vendored
View File

@@ -1,3 +1,9 @@
alien (8.14) unstable; urgency=low
* Enabled Getopt::Long Bundling, see comment in alien.pl. Closes: #152148
-- Joey Hess <joeyh@debian.org> Sun, 7 Jul 2002 16:40:07 -0400
alien (8.13) unstable; urgency=low
* Made tgz version parsing greedier so it will match sub-versions.