From: Ian Jackson Date: Fri, 22 Jun 2018 15:48:05 +0000 (+0100) Subject: dgit: git-debrebase interop: Add a missing debugcmd debugging print. X-Git-Tag: archive/debian/5.2~4 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=3405b073420845d4e72202577537e013d91abd25;p=dgit.git dgit: git-debrebase interop: Add a missing debugcmd debugging print. Signed-off-by: Ian Jackson --- diff --git a/debian/changelog b/debian/changelog index 2efcc9cc..8f093d44 100644 --- a/debian/changelog +++ b/debian/changelog @@ -26,6 +26,7 @@ dgit (5.2~) unstable; urgency=medium Closes:#902006. * Print a warning to stderr on `dgit fetch sid', if your vcs-git remote url disagrees with what's in sid's .dsc. + * git-debrebase interop: Add a missing debugcmd debugging print. test suite: * Use nproc(1) rather than Sys::CPU. This is more portable and does not diff --git a/dgit b/dgit index 2365bfce..88db2432 100755 --- a/dgit +++ b/dgit @@ -5569,6 +5569,7 @@ END make-patches --quiet-would-amend)); # We tolerate soe snags that gdr wouldn't, by default. if (act_local()) { + debugcmd "+",@cmd; $!=0; $?=-1; failedcmd @cmd if system @cmd and $?!=7; } else {