From f96039ce74b81c2245b77bd9e70682340a9158dd Mon Sep 17 00:00:00 2001 From: joey Date: Thu, 2 Feb 2006 20:15:29 +0000 Subject: [PATCH] releasing version 8.62 --- Alien/Package/Tgz.pm | 2 +- debian/changelog | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Alien/Package/Tgz.pm b/Alien/Package/Tgz.pm index fc5702c..b68e056 100644 --- a/Alien/Package/Tgz.pm +++ b/Alien/Package/Tgz.pm @@ -145,7 +145,7 @@ sub scan { # Now get the scripts. 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; diff --git a/debian/changelog b/debian/changelog index e7655ce..04ade82 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Thu, 2 Feb 2006 15:12:51 -0500 + alien (8.61) unstable; urgency=low * Add em64t as another alias for amd64.