Package: release.debian.org Severity: normal X-Debbugs-Cc: node-corep...@packages.debian.org Control: affects -1 + src:node-corepack User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package node-corepack [ Reason ] Fixes multi-arch field and improper build-dep. [ Impact ] Cannot install nodejs in multiarch environment. node-corepack and node-minimatch had wrong multi-arch field. [ Tests ] Manually checked that fixed node-corepack and node-minimatch allow one to install nodejs in multiarch environment. [ Risks ] None. [ 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 testing I just filled an unblock for node-minimatch too. unblock node-corepack/0.24.0-5
diff -Nru node-corepack-0.24.0/debian/changelog node-corepack-0.24.0/debian/changelog --- node-corepack-0.24.0/debian/changelog 2025-01-26 15:19:56.000000000 +0100 +++ node-corepack-0.24.0/debian/changelog 2025-05-21 11:47:41.000000000 +0200 @@ -1,3 +1,10 @@ +node-corepack (0.24.0-5) unstable; urgency=medium + + * Fix missing b-d for dh_nodejs_autodocs + * Hint: Multi-Arch foreign. Closes: #1106209. + + -- Jérémy Lal <kapo...@melix.org> Wed, 21 May 2025 11:47:41 +0200 + node-corepack (0.24.0-4) unstable; urgency=medium * Team upload. diff -Nru node-corepack-0.24.0/debian/control node-corepack-0.24.0/debian/control --- node-corepack-0.24.0/debian/control 2025-01-26 00:02:55.000000000 +0100 +++ node-corepack-0.24.0/debian/control 2025-05-21 11:41:13.000000000 +0200 @@ -6,6 +6,7 @@ Testsuite: autopkgtest-pkg-nodejs Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs + , dh-nodejs , help2man , jest <!nocheck> , node-clipanion @@ -32,6 +33,7 @@ Package: node-corepack Architecture: all +Multi-Arch: foreign Depends: ${misc:Depends} , nodejs:any Provides: ${nodejs:Provides}
-- Pkg-javascript-devel mailing list Pkg-javascript-devel@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel