summaryrefslogtreecommitdiff
path: root/dgit
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-07-27 10:51:55 +0800
committerSean Whitton <spwhitton@spwhitton.name>2018-07-28 12:12:05 +0800
commit109371f135f2ef9a6d1d6a4194b83a9e7e6a48b1 (patch)
treeff270f9ebcc33279083ba6db4aebc10a91ff15e3 /dgit
parent0bcc20f07f70ee1ec422f149d6155ed5114be0c1 (diff)
dgit: set $dscfn in build_or_push_prep_early()
No functional change. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'dgit')
-rwxr-xr-xdgit2
1 files changed, 1 insertions, 1 deletions
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()) {