The following commit has been merged in the sourcev3 branch:
commit 2bf11432f2c06169c2711b65ca1600692c393fcf
Author: Raphael Hertzog <[EMAIL PROTECTED]>
Date: Fri Mar 14 12:18:16 2008 +0100
* 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 a8c99df..4a8136a 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");
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]