]> err.no Git - dpkg/commitdiff
* scripts/Dpkg/Source/Package/V2_0.pm: Fix info message about unpacking of debian...
authorRaphael Hertzog <hertzog@debian.org>
Fri, 14 Mar 2008 11:18:16 +0000 (12:18 +0100)
committerRaphael Hertzog <hertzog@debian.org>
Fri, 14 Mar 2008 11:18:16 +0000 (12:18 +0100)
scripts/Dpkg/Source/Package/V2_0.pm

index a8c99dfa764600f956a98034f2c66e32e5306287..4a8136ad2ae79de80d62fd93376a3173a6e2fa72 100644 (file)
@@ -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");