[Debian-med-packaging] Bug#867660: closed by Andreas Tille <tille at debian.org> (Bug#867660: fixed in ball 1.4.3~beta1-4)
Dmitry Shachnev
mitya57 at debian.org
Sat Sep 23 14:33:30 UTC 2017
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 <mitya57 at debian.org>)
> 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
> <mitya57 at debian.org>)
> * 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/debian-med-packaging/attachments/20170923/22dc0c36/attachment.sig>
More information about the Debian-med-packaging
mailing list