From: Ian Jackson Date: Thu, 26 Jul 2018 07:20:54 +0000 (+0100) Subject: dgit: Move up $sourcechanges X-Git-Tag: archive/debian/6.0~20 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;ds=sidebyside;h=07437a3fe514da7990300b2fd594adff49685de5;hp=0060e3befbe283c90dcf6017ac8261168a6efe10;p=dgit.git dgit: Move up $sourcechanges This is not really ideal, but cmd_push_source needs it. For now do it like this. I may move cmd_push_source further down the file, later, and then we can revert this. Signed-off-by: Ian Jackson --- diff --git a/dgit b/dgit index 3afaf193..517f50a8 100755 --- a/dgit +++ b/dgit @@ -4756,6 +4756,8 @@ sub cmd_push { dopush(); } +our $sourcechanges; + sub cmd_push_source { prep_push(); fail "dgit push-source: --include-dirty/--ignore-dirty does not make". @@ -5062,7 +5064,6 @@ sub i_want_signed_dsc_changes { #---------- building etc. ---------- our $version; -our $sourcechanges; our $dscfn; #----- `3.0 (quilt)' handling -----