summaryrefslogtreecommitdiff
path: root/dgit
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-07-25 21:05:28 +0800
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-07-26 04:56:35 +0100
commit599ee8fbfde3786781d36944caac72353aee99e3 (patch)
treeb4e9e38b3edc5231d6161c8735038bd2c8d40593 /dgit
parent8f6bfa045b93231a81821ef49222168b223d31e2 (diff)
dgit: make $need_split_build_invocation always true
dgit will always build the source package. One minor consequence is that dgit will usualliy generate *_multi.changes rather than *_$arch.changes, so we need to update the one test that makes the contrary assumption. Bump the dgit major version number as this is quite a significant change in implementation and also a behavioural change. This change makes a lot of code dead. Removing that is left as a task for the future. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name> Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'dgit')
-rwxr-xr-xdgit2
1 files changed, 1 insertions, 1 deletions
diff --git a/dgit b/dgit
index 56f1605..3afaf19 100755
--- a/dgit
+++ b/dgit
@@ -166,7 +166,7 @@ our $keyid;
autoflush STDOUT 1;
our $supplementary_message = '';
-our $need_split_build_invocation = 0;
+our $need_split_build_invocation = 1;
our $split_brain = 0;
END {