From 599ee8fbfde3786781d36944caac72353aee99e3 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 25 Jul 2018 21:05:28 +0800 Subject: 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 Signed-off-by: Ian Jackson --- tests/tests/push-source-with-changes | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests/tests/push-source-with-changes') diff --git a/tests/tests/push-source-with-changes b/tests/tests/push-source-with-changes index b9a3906..580ea3a 100755 --- a/tests/tests/push-source-with-changes +++ b/tests/tests/push-source-with-changes @@ -2,8 +2,6 @@ set -e . tests/lib -arch=$(dpkg-architecture -qDEB_BUILD_ARCH) - t-tstunt-parsechangelog t-prep-newpackage example 1.0 @@ -18,7 +16,7 @@ t-ref-head t-dgit --dpkg-buildpackage:-d build -F t-expect-push-fail 'user-specified changes file is not source-only' \ -t-dgit -C ../${p}_1.0_${arch}.changes push-source --new +t-dgit -C ../${p}_1.0_multi.changes push-source --new # (2) try pushing a source-only changes file -- cgit v1.2.3