[Pkg-javascript-devel] Bug#1137135: bookworm-pu: package node-regexpp/3.2.0-4+deb12u1

Santiago Vila sanvila at debian.org
Wed May 20 00:40:10 BST 2026


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

[ Reason ]
Fix FTBFS bug #1058507.

[ Impact ]
Anybody trying to build the package may find that the package does not build.

[ Tests ]
I've checked that the package builds ok in bookworm again.

[ Risks ]
Low. The fix is the one that was already applied for trixie.

[ 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 ]
See changelog.

[ Other info ]
I've already uploaded the package.
-------------- next part --------------
diff -Nru node-regexpp-3.2.0/debian/changelog node-regexpp-3.2.0/debian/changelog
--- node-regexpp-3.2.0/debian/changelog	2022-10-27 13:54:52.000000000 +0200
+++ node-regexpp-3.2.0/debian/changelog	2026-05-20 00:20:00.000000000 +0200
@@ -1,3 +1,12 @@
+node-regexpp (3.2.0-4+deb12u1) bookworm; urgency=medium
+
+  * Team upload.
+
+  [ Yadd ]
+  * Add missing link to undici-types. Closes: #1058507, #1078893.
+
+ -- Santiago Vila <sanvila at debian.org>  Wed, 20 May 2026 00:20:00 +0200
+
 node-regexpp (3.2.0-4) unstable; urgency=medium
 
   * Team upload
diff -Nru node-regexpp-3.2.0/debian/rules node-regexpp-3.2.0/debian/rules
--- node-regexpp-3.2.0/debian/rules	2022-03-16 08:45:26.000000000 +0100
+++ node-regexpp-3.2.0/debian/rules	2026-05-19 23:00:00.000000000 +0200
@@ -22,6 +22,7 @@
 override_dh_auto_configure:
 	mkdir -p node_modules/@types
 	cp --force --recursive --target node_modules/@types $(addprefix /usr/share/nodejs/@types/,eslint estree json-schema node)
+	ln -s /usr/share/nodejs/undici-types node_modules/
 
 # TODO: refresh unicode ids and properties when ts-node works
 override_dh_auto_build: $(DOCS)


More information about the Pkg-javascript-devel mailing list