ソースを参照

* 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");