From b1f6740e928e0deeb680b12a59d5b12899063320 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 25 Aug 2013 16:56:08 +0100 Subject: git-build (git-buildpackage wrapper) does not bother canonicalising the suite if --git-ignore-branch is used. --- dgit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dgit') diff --git a/dgit b/dgit index 3cb4780..892cde2 100755 --- a/dgit +++ b/dgit @@ -1077,7 +1077,7 @@ sub cmd_git_build { my @cmd = (qw(git-buildpackage -us -uc --git-no-sign-tags), "--git-builder=@dpkgbuildpackage"); - unless (grep { m/^--git-debian-branch/ } @ARGV) { + unless (grep { m/^--git-debian-branch|^--git-ignore-branch/ } @ARGV) { canonicalise_suite(); push @cmd, "--git-debian-branch=".lbranch(); } -- cgit v1.2.3