From 72bd91a7f40d72a02162a7d9ee6e30d0a62eac80 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 4 Nov 2009 12:54:28 -0500 Subject: [PATCH] Modify -g and -s to support running on multiple packages at once. Closes: #554404 --- alien.pl | 2 +- debian/changelog | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/alien.pl b/alien.pl index b78d9f9..a802166 100755 --- a/alien.pl +++ b/alien.pl @@ -513,7 +513,7 @@ foreach my $file (@ARGV) { # Make sure $package does not wipe out the # directory when it is destroyed. $package->unpacked_tree(''); - exit; + next; } my $newfile=$package->build; diff --git a/debian/changelog b/debian/changelog index 36338fd..69ee239 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ alien (8.79) UNRELEASED; urgency=low * Typo. Closes: #554379 + * Modify -g and -s to support running on multiple packages at once. + Closes: #554404 -- Joey Hess Wed, 04 Nov 2009 12:08:39 -0500