On Thu, Sep 21, 2017 at 03:24:03PM +0000, Debian Bug Tracking System wrote: > ball (1.4.3~beta1-4) unstable; urgency=medium > . > * FTBFS with sip 4.19.x (Thanks for the hint to upsteam solution given > by Dmitry Shachnev <[email protected]>) > Closes: #867660 > * debhelper 10 > * Standards-Version: 4.1.0 (no changes needed) > * Add dh_sip after dh_install (Thanks for the hint to Dmitry Shachnev > <[email protected]>) > * Do not run test suite parallel
Your commit 3f2eff0566bf5796 [1] which was intended to run the tests not in
parallel actually made the tests results fatal on non-amd64 architectures,
which made it FTBFS there.
I think it was not intentional because the warning that they will be ignored
is still there.
Please make the tests results ignored again on these architectures, to fix
the FTBFS. I suggest (again) something like this:
--- a/debian/rules
+++ b/debian/rules
@@ -49,6 +49,9 @@
See Debian bug #830894 for the discussion and how you can help.\
)
override_dh_auto_test-arch:
+ -dh_auto_test --no-parallel --
+else
+override_dh_auto_test-arch:
dh_auto_test --no-parallel --
endif
--
Dmitry Shachnev
signature.asc
Description: PGP signature

