From 109371f135f2ef9a6d1d6a4194b83a9e7e6a48b1 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 27 Jul 2018 10:51:55 +0800 Subject: dgit: set $dscfn in build_or_push_prep_early() No functional change. Signed-off-by: Sean Whitton --- dgit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dgit') diff --git a/dgit b/dgit index 1a4700c..324fdad 100755 --- a/dgit +++ b/dgit @@ -6105,6 +6105,7 @@ sub build_or_push_prep_early () { $isuite = getfield $clogp, 'Distribution'; $package = getfield $clogp, 'Source'; $version = getfield $clogp, 'Version'; + $dscfn = dscfn($version); } sub build_prep_early () { @@ -6414,7 +6415,6 @@ sub build_source { unlink "$buildproductsdir/$sourcechanges" or $!==ENOENT or fail "remove $sourcechanges: $!"; } - $dscfn = dscfn($version); my @cmd = (@dpkgsource, qw(-b --)); my $leafdir; if (building_source_in_playtree()) { -- cgit v1.2.3