Bug#1058623: bullseye-pu: package pyzoltan/1.0.1-2+deb11u1

Santiago Vila sanvila at debian.org
Wed Dec 13 18:12:23 GMT 2023


Package: release.debian.org
Severity: normal
Tags: bullseye
User: release.debian.org at packages.debian.org
Usertags: pu
X-Debbugs-Cc: pyzoltan at packages.debian.org, sanvila at debian.org
Control: affects -1 + src:pyzoltan

[ Reason ]
This upload fixes Bug #1055625. FTBFS on single-cpu systems.

[ Impact ]
Anybody trying to build the package on a single cpu system
will get an unexpected build failure.

[ Tests ]
I've checked that the package builds again on such systems,
and also that it still builds on multi-core systems.

[ Risks ]
Very low. No real code changes. Only the way the tests are ran.

[ 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 ]
Set NPROC=1 in debian/rules so that the tests are not executed
in parallel.

[ Other info ]
The package is already uploaded.
A similar upload with a similar fix was already approved for bookworm.
-------------- next part --------------
diff -Nru pyzoltan-1.0.1/debian/changelog pyzoltan-1.0.1/debian/changelog
--- pyzoltan-1.0.1/debian/changelog	2020-04-22 21:54:56.000000000 +0200
+++ pyzoltan-1.0.1/debian/changelog	2023-12-13 18:40:00.000000000 +0100
@@ -1,3 +1,11 @@
+pyzoltan (1.0.1-2+deb11u1) bullseye; urgency=medium
+
+  * Team upload.
+  * debian/rules: Set NPROC to 1 so that the package may be
+    built on systems with a single core. Closes: #1055625.
+
+ -- Santiago Vila <sanvila at debian.org>  Wed, 13 Dec 2023 18:40:00 +0100
+
 pyzoltan (1.0.1-2) unstable; urgency=medium
 
   * [3a7ac5f] Set Standards-Verstion to 4.5.0. No changes
diff -Nru pyzoltan-1.0.1/debian/gbp.conf pyzoltan-1.0.1/debian/gbp.conf
--- pyzoltan-1.0.1/debian/gbp.conf	2020-03-02 21:56:35.000000000 +0100
+++ pyzoltan-1.0.1/debian/gbp.conf	2023-12-13 18:40:00.000000000 +0100
@@ -6,7 +6,7 @@
 
 # The default name for the Debian branch is "master".
 # Change it if the name is different (for instance, "debian/unstable").
-debian-branch = master
+debian-branch = bullseye
 
 # git-import-orig uses the following names for the upstream tags.
 # Change the value if you are not using git-import-orig
diff -Nru pyzoltan-1.0.1/debian/rules pyzoltan-1.0.1/debian/rules
--- pyzoltan-1.0.1/debian/rules	2020-04-22 21:54:40.000000000 +0200
+++ pyzoltan-1.0.1/debian/rules	2023-12-13 18:40:00.000000000 +0100
@@ -4,7 +4,7 @@
 export USE_TRILINOS=1
 export ZOLTAN_INCLUDE=/usr/include/trilinos
 export ZOLTAN_LIBRARY=/usr/lib
-export NPROCS=2
+export NPROCS=1
 
 export PYBUILD_NAME=pyzoltan
 


More information about the debian-science-maintainers mailing list