Modify -g and -s to support running on multiple packages at once. Closes: #554404

This commit is contained in:
Joey Hess
2009-11-04 12:54:28 -05:00
parent dc38bbb9e1
commit 72bd91a7f4
2 changed files with 3 additions and 1 deletions

View File

@@ -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;

2
debian/changelog vendored
View File

@@ -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 <joeyh@debian.org> Wed, 04 Nov 2009 12:08:39 -0500