From: Sean Whitton Date: Fri, 27 Jul 2018 02:51:55 +0000 (+0800) Subject: dgit: set $dscfn in build_or_push_prep_early() X-Git-Tag: archive/debian/6.1~14 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=109371f135f2ef9a6d1d6a4194b83a9e7e6a48b1;p=dgit.git dgit: set $dscfn in build_or_push_prep_early() No functional change. Signed-off-by: Sean Whitton --- diff --git a/dgit b/dgit index 1a4700cc..324fdad6 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()) {