releasing version 8.62

This commit is contained in:
joey
2006-02-02 20:15:29 +00:00
parent c7c1baffc6
commit f96039ce74
2 changed files with 8 additions and 1 deletions

View File

@@ -145,7 +145,7 @@ sub scan {
# Now get the scripts. # Now get the scripts.
foreach my $script (keys %{scripttrans()}) { foreach my $script (keys %{scripttrans()}) {
$this->$script($this->runpipe(1, "tar Oxzf $file install/${scripttrans()}{$script} 2>/dev/null")); $this->$script(scalar $this->runpipe(1, "tar Oxzf $file install/${scripttrans()}{$script} 2>/dev/null"));
} }
return 1; return 1;

7
debian/changelog vendored
View File

@@ -1,3 +1,10 @@
alien (8.62) unstable; urgency=low
* Fix a bug in conffile script extraction from tgz files (caused by return
from runpipe not defaulting to a scalar).
-- Joey Hess <joeyh@debian.org> Thu, 2 Feb 2006 15:12:51 -0500
alien (8.61) unstable; urgency=low alien (8.61) unstable; urgency=low
* Add em64t as another alias for amd64. * Add em64t as another alias for amd64.