From 3405b073420845d4e72202577537e013d91abd25 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 22 Jun 2018 16:48:05 +0100 Subject: dgit: git-debrebase interop: Add a missing debugcmd debugging print. Signed-off-by: Ian Jackson --- debian/changelog | 1 + dgit | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 2efcc9c..8f093d4 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 2365bfc..88db243 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 { -- cgit v1.2.3