mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
Modify -g and -s to support running on multiple packages at once. Closes: #554404
This commit is contained in:
2
alien.pl
2
alien.pl
@@ -513,7 +513,7 @@ foreach my $file (@ARGV) {
|
|||||||
# Make sure $package does not wipe out the
|
# Make sure $package does not wipe out the
|
||||||
# directory when it is destroyed.
|
# directory when it is destroyed.
|
||||||
$package->unpacked_tree('');
|
$package->unpacked_tree('');
|
||||||
exit;
|
next;
|
||||||
}
|
}
|
||||||
|
|
||||||
my $newfile=$package->build;
|
my $newfile=$package->build;
|
||||||
|
|||||||
2
debian/changelog
vendored
2
debian/changelog
vendored
@@ -1,6 +1,8 @@
|
|||||||
alien (8.79) UNRELEASED; urgency=low
|
alien (8.79) UNRELEASED; urgency=low
|
||||||
|
|
||||||
* Typo. Closes: #554379
|
* 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
|
-- Joey Hess <joeyh@debian.org> Wed, 04 Nov 2009 12:08:39 -0500
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user