[Pkg-javascript-devel] Bug#1102557: bookworm-pu: package node-fstream-ignore/1.0.5-4+deb12u1

Santiago Vila sanvila at debian.org
Thu Apr 10 12:27:01 BST 2025


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

[ Reason ]
Fix for FTBFS bug #1078886, where the package FTBFS randomly when built
in parallel, i.e. on machines with more than 1 CPU.

[ Impact ]
Whoever will try to build the package from source may get those random FTBFS failures.

[ Tests ]
I've verified that the change fixes the problem by rebuilding the package many
times on systems where it used to fail.

[ Risks ]
Very low. No real code changes, only a one-line fix in the way the tests
are executed.

[ 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 ]
Do not run tests in parallel.

[ Other info ]
I'm making the upload shortly after sending this report.
-------------- next part --------------
diff -Nru node-fstream-ignore-1.0.5/debian/changelog node-fstream-ignore-1.0.5/debian/changelog
--- node-fstream-ignore-1.0.5/debian/changelog	2022-12-14 19:57:07.000000000 +0100
+++ node-fstream-ignore-1.0.5/debian/changelog	2025-04-09 01:50:00.000000000 +0200
@@ -1,3 +1,11 @@
+node-fstream-ignore (1.0.5-4+deb12u1) bookworm; urgency=medium
+
+  * Team upload.
+  [ Jérémy Lal ]
+  * Do not run tests in parallel. Closes: #1078886.
+
+ -- Santiago Vila <sanvila at debian.org>  Wed, 09 Apr 2025 01:50:00 +0200
+
 node-fstream-ignore (1.0.5-4) unstable; urgency=medium
 
   [ Debian Janitor ]
diff -Nru node-fstream-ignore-1.0.5/debian/tests/pkg-js/test node-fstream-ignore-1.0.5/debian/tests/pkg-js/test
--- node-fstream-ignore-1.0.5/debian/tests/pkg-js/test	2022-12-14 19:57:07.000000000 +0100
+++ node-fstream-ignore-1.0.5/debian/tests/pkg-js/test	2025-04-09 01:50:00.000000000 +0200
@@ -1 +1 @@
-tap -R tap test/00-setup.js test/common.js test/zz-cleanup.js --no-cov
+tap -j1 -R tap test/00-setup.js test/common.js test/zz-cleanup.js --no-cov


More information about the Pkg-javascript-devel mailing list