From: Ian Jackson Date: Thu, 15 Dec 2016 00:07:44 +0000 (+0000) Subject: Suppress some leftover debugging output from import-dsc. Closes:#847658. X-Git-Tag: archive/debian/2.12~9 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=41bb8ae608374db76795192819ec43caf815cf3f Suppress some leftover debugging output from import-dsc. Closes:#847658. Signed-off-by: Ian Jackson --- diff --git a/debian/changelog b/debian/changelog index 907e5e95..91f52da3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 224d85b5..c280016a 100755 --- 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;