From 8b21e27c6d1fb3d3d7c1da290f2e6f3bc278b40a Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 30 Jun 2016 19:57:53 +0100 Subject: build_source: Fix bad Perl poetry style Pass --ch:* and -v options to dpkg-buildpackage when building source. Fixes bad Perl poetry syntax. Closes:#829121. --- dgit | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dgit') diff --git a/dgit b/dgit index 0b66d39..de7ee0c 100755 --- a/dgit +++ b/dgit @@ -3109,11 +3109,11 @@ sub build_source { $sourcechanges = "${package}_".(stripepoch $version)."_source.changes"; $dscfn = dscfn($version); if ($cleanmode eq 'dpkg-source') { - runcmd_ordryrun_local (@dpkgbuildpackage, qw(-us -uc -S)), - changesopts(); + runcmd_ordryrun_local @dpkgbuildpackage, qw(-us -uc -S), + changesopts(); } elsif ($cleanmode eq 'dpkg-source-d') { - runcmd_ordryrun_local (@dpkgbuildpackage, qw(-us -uc -S -d)), - changesopts(); + runcmd_ordryrun_local @dpkgbuildpackage, qw(-us -uc -S -d), + changesopts(); } else { my $pwd = must_getcwd(); my $leafdir = basename $pwd; -- cgit v1.2.3