From: Ian Jackson Date: Thu, 26 Jul 2018 11:40:28 +0000 (+0100) Subject: Revert "dgit: Move up $sourcechanges" X-Git-Tag: archive/debian/6.0~4 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=69e7a1095c03f447504fa0d9fde5d8dca3680b75;p=dgit.git Revert "dgit: Move up $sourcechanges" This reverts commit 07437a3fe514da7990300b2fd594adff49685de5. Signed-off-by: Ian Jackson --- diff --git a/dgit b/dgit index 23e66b2c..fcda8d75 100755 --- a/dgit +++ b/dgit @@ -4756,8 +4756,6 @@ sub cmd_push { dopush(); } -our $sourcechanges; - #---------- remote commands' implementation ---------- sub pre_remote_push_build_host { @@ -5047,6 +5045,7 @@ sub i_want_signed_dsc_changes { #---------- building etc. ---------- our $version; +our $sourcechanges; our $dscfn; #----- `3.0 (quilt)' handling -----