From fef73c57e195e389e6bd9f0ae6ec48a020c70c16 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 21 Aug 2015 17:36:25 +0100 Subject: [PATCH] With dgit sbuild, pass our -d before the user's arguments, so that the user can override it. Closes:#796019. --- debian/changelog | 2 ++ dgit | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f9308c51..e09cfbbf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,6 +18,8 @@ dgit (1.4~~) UNRELEASED; urgency=low * Cope properly with `3.0 (quilt)' with single-debian-patch. Closes:#796016. (Still does not work with wheezy's dpkg-source, so no test case yet.) + * With dgit sbuild, pass our -d before the user's arguments, so that + the user can override it. Closes:#796019. -- diff --git a/dgit b/dgit index 7b62a66f..7b447ded 100755 --- a/dgit +++ b/dgit @@ -3139,7 +3139,7 @@ sub cmd_sbuild { unlink $cf or fail "remove $cf: $!"; } } - runcmd_ordryrun_local @sbuild, @ARGV, qw(-d), $isuite, $dscfn; + runcmd_ordryrun_local @sbuild, qw(-d), $isuite, @ARGV, $dscfn; my @changesfiles = glob $pat; @changesfiles = sort { ($b =~ m/_source\.changes$/ <=> $a =~ m/_source\.changes$/) -- 2.30.2