瀏覽代碼

* scripts/Dpkg/Source/Package/V2_0.pm: Fix info message about unpacking of debian tarball.

Raphael Hertzog 18 年之前
父節點
當前提交
2bf11432f2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/Dpkg/Source/Package/V2_0.pm

+ 1 - 1
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");