mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
* Enabled Getopt::Long Bundling, see comment in alien.pl. Closes: #152148
This commit is contained in:
4
alien.pl
4
alien.pl
@@ -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
6
debian/changelog
vendored
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user