chiark / gitweb /
Suppress some leftover debugging output from import-dsc. Closes:#847658.
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 15 Dec 2016 00:07:44 +0000 (00:07 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 19 Dec 2016 16:58:57 +0000 (16:58 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
debian/changelog
dgit

index 907e5e9524a0f0daa0a4b311156cb2715d883f86..91f52da3112634c7ead1a39e7ddf84fc440d0a95 100644 (file)
@@ -13,6 +13,8 @@ dgit (2.12~) unstable; urgency=medium
     Closes:#844131.
   * If we cannot hardlink origs into our extraction area, use symlinks
     instead.  Closes:#844570.
+  * Suppress some leftover debugging output from import-dsc.
+    Closes:#847658.
 
   Test suite:
   * Provide and use stunt lintian and debuild, to avoid lintian
diff --git a/dgit b/dgit
index 224d85b5015d55cc64f3e8e44fe95e05d6adb50d..c280016afef17477fdb0adf92f7719fd4db8de77 100755 (executable)
--- a/dgit
+++ b/dgit
@@ -5901,7 +5901,7 @@ END
        $there .= "/$f";
        symlink $there, $here or fail "symlink $there to $here: $!";
        progress "made symlink $here -> $there";
-       print STDERR Dumper($fi);
+#      print STDERR Dumper($fi);
     }
     my @mergeinputs = generate_commits_from_dsc();
     die unless @mergeinputs == 1;