Package: release.debian.org
Severity: normal
Tags: bookworm
User: release.debian....@packages.debian.org
Usertags: pu
X-Debbugs-Cc: pyzol...@packages.debian.org, sanv...@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 using a single-cpu
system will get an unexpected build error.
[ Tests ]
There are no real code changes. The package builds the same.
[ Risks ]
Very low risk.
[ 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 ]
The only change has been to change NPROCS=2 to NPROCS=1
in debian/rules.
[ Other info ]
The package is already uploaded.
diff -Nru pyzoltan-1.0.1/debian/changelog pyzoltan-1.0.1/debian/changelog
--- pyzoltan-1.0.1/debian/changelog 2022-10-31 08:07:44.000000000 +0100
+++ pyzoltan-1.0.1/debian/changelog 2023-11-12 23:25:00.000000000 +0100
@@ -1,3 +1,11 @@
+pyzoltan (1.0.1-5+deb12u1) bookworm; 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 <sanv...@debian.org> Sun, 12 Nov 2023 23:25:00 +0100
+
pyzoltan (1.0.1-5) unstable; urgency=medium
* Standards version bumped to 4.6.1 (non changes).
diff -Nru pyzoltan-1.0.1/debian/rules pyzoltan-1.0.1/debian/rules
--- pyzoltan-1.0.1/debian/rules 2022-10-31 08:07:44.000000000 +0100
+++ pyzoltan-1.0.1/debian/rules 2023-11-12 23:20:43.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