From 6cd2df7eeec8f951c6b7971b1e1ffdce04dd633b Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 7 Nov 2016 02:56:08 +0000 Subject: Actually honour the branch name for $isuite, if we are on dgit branch As documented in the manpage. Signed-off-by: Ian Jackson --- dgit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dgit') diff --git a/dgit b/dgit index a95629f..aa5da93 100755 --- a/dgit +++ b/dgit @@ -3899,7 +3899,7 @@ sub fetchpullargs () { $package = getfield $sourcep, 'Source'; } if (@ARGV==0) { -# $isuite = branchsuite(); # this doesn't work because dak hates canons + $isuite = branchsuite(); if (!$isuite) { my $clogp = parsechangelog(); $isuite = getfield $clogp, 'Distribution'; -- cgit v1.2.3