From 92a03172dab6ed0439ffd56a614522a98bc0daeb Mon Sep 17 00:00:00 2001 From: joey Date: Sun, 7 Jul 2002 20:43:48 +0000 Subject: [PATCH] * Enabled Getopt::Long Bundling, see comment in alien.pl. Closes: #152148 --- alien.pl | 4 ++++ debian/changelog | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/alien.pl b/alien.pl index 96f3b6b..1351df0 100755 --- a/alien.pl +++ b/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 }, diff --git a/debian/changelog b/debian/changelog index c885f5e..0bc0a54 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +alien (8.14) unstable; urgency=low + + * Enabled Getopt::Long Bundling, see comment in alien.pl. Closes: #152148 + + -- Joey Hess 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.