Santiago Vila
2024-12-31 11:30:01 UTC
Reply
PermalinkSeverity: normal
Tags: bookworm
User: ***@packages.debian.org
Usertags: pu
X-Debbugs-Cc: ***@debian.org, debian-science-***@lists.alioth.debian.org
[ Reason ]
This fixes FTBFS bug #1085692 (does not build on single-cpu systems).
[ Impact ]
Anybody trying to build the package on a single-cpu system might find
that the package unexpectedly does not build.
[ Tests ]
I've tested that the package builds ok again.
[ Risks ]
Very low. Only two tests are affected, and we only disable them when we
know that they will fail (which is done by checking nproc).
Upstream has confirmed that those tests have a bug in the case
where cpu_count() is 1, which is why they are currently disabled
in unstable until there is a better fix.
[ Checklist ]
[X] *all* changes are documented in the d/changelog
[X] I reviewed all changes and I approve them
[X] attach debdiff against the package in (old)stable
[X] the issue is verified as fixed in unstable
[ Changes ]
debian/rules checks nproc and disables two tests if it's 1.
[ Other info ]
I'll wait for confirmation before upload.