From da9855227636c46d09546eacedd95aa8ace7185a Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 8 Jul 2017 22:31:09 +0100 Subject: Actually understand foo,-security (!) There does not in fact seem to have been any code which implements this line from dgit(7): If a specified subsuite starts with - then mainsuite is prepended. The code which canonicalises it back to the version with ",-" does work, though. Closes:#867189. Signed-off-by: Ian Jackson --- dgit | 1 + 1 file changed, 1 insertion(+) (limited to 'dgit') diff --git a/dgit b/dgit index 743e869..ccf5009 100755 --- a/dgit +++ b/dgit @@ -3499,6 +3499,7 @@ sub fork_for_multisuite ($) { $before_fetch_merge->(); foreach my $tsuite (@suites[1..$#suites]) { + $tsuite =~ s/^-/$cbasesuite-/; my $csubsuite = multisuite_suite_child($tsuite, \@mergeinputs, sub { @end = (); -- cgit v1.2.3