From e20dab4cc2c1c40ac2b28c3a54078815bca55bf9 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 20 Oct 2016 00:24:16 +0100 Subject: dopush: Break out $changes variable No functional change. Signed-off-by: Ian Jackson --- dgit | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dgit') diff --git a/dgit b/dgit index e489150..60ea919 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: -- cgit v1.2.3