From: Ian Jackson Date: Wed, 19 Oct 2016 23:24:16 +0000 (+0100) Subject: dopush: Break out $changes variable X-Git-Tag: archive/debian/2.9~69 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=e20dab4cc2c1c40ac2b28c3a54078815bca55bf9;p=dgit.git dopush: Break out $changes variable No functional change. Signed-off-by: Ian Jackson --- diff --git a/dgit b/dgit index e489150e..60ea9194 100755 --- a/dgit +++ b/dgit @@ -3325,7 +3325,8 @@ END # Check that changes and .dsc agree enough $changesfile =~ m{[^/]*$}; - files_compare_inputs($dsc, parsecontrol($changesfile,$&)) + my $changes = parsecontrol($changesfile,$&); + files_compare_inputs($dsc, $changes) unless forceing [qw(dsc-changes-mismatch)]; # Checks complete, we're going to try and go ahead: