[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1058623: marked as done (bullseye-pu: package pyzoltan/1.0.1-2+deb11u1)



Your message dated Sat, 10 Feb 2024 13:02:58 +0000
with message-id <E1rYn0U-002xry-07@coccia.debian.org>
and subject line Released with 11.9
has caused the Debian Bug report #1058623,
regarding bullseye-pu: package pyzoltan/1.0.1-2+deb11u1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
1058623: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1058623
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: bullseye
User: release.debian.org@packages.debian.org
Usertags: pu
X-Debbugs-Cc: pyzoltan@packages.debian.org, sanvila@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.
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@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
 

--- End Message ---
--- Begin Message ---
Version: 11.9

The upload requested in this bug has been released as part of 11.9.

--- End Message ---

Reply to: