From 326f8ea7f8a42e4cc3f422fea277822f82784c90 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 16 Aug 2013 19:54:27 +0100 Subject: [PATCH] this time for sure --- dgit | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dgit b/dgit index d4a09105..6692f55c 100755 --- a/dgit +++ b/dgit @@ -668,8 +668,9 @@ sub cmd_build { canonicalise_suite(); runcmd_ordryrun qw(git-buildpackage -us -uc --git-no-sign-tags), - "--git-debian-branch=".lbranch(), - @ARGV; + '--git-builder=dpkg-buildpackage -i\.git/ -I.git', + "--git-debian-branch=".lbranch(), + @ARGV; } sub parseopts () { -- 2.30.2