From: Raphael Hertzog Date: Fri, 14 Mar 2008 11:18:16 +0000 (+0100) Subject: * scripts/Dpkg/Source/Package/V2_0.pm: Fix info message about unpacking of debian... X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bf11432f2c06169c2711b65ca1600692c393fcf;p=dpkg * scripts/Dpkg/Source/Package/V2_0.pm: Fix info message about unpacking of debian tarball. --- diff --git a/scripts/Dpkg/Source/Package/V2_0.pm b/scripts/Dpkg/Source/Package/V2_0.pm index a8c99dfa..4a8136ad 100644 --- a/scripts/Dpkg/Source/Package/V2_0.pm +++ b/scripts/Dpkg/Source/Package/V2_0.pm @@ -90,7 +90,7 @@ sub do_extract { } # Extract debian tarball after removing the debian directory - info(_g("%s: unpacking %s"), $debianfile); + info(_g("unpacking %s"), $debianfile); erasedir("$newdirectory/debian"); $tar = Dpkg::Source::Archive->new(filename => "$dscdir$debianfile"); $tar->extract("$newdirectory/debian");