Version in base suite: 3.3.6+~cs9.4.19-1 Base version: node-minipass_3.3.6+~cs9.4.19-1 Target version: node-minipass_3.3.6+~cs9.4.19-1+deb12u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/n/node-minipass/node-minipass_3.3.6+~cs9.4.19-1.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/n/node-minipass/node-minipass_3.3.6+~cs9.4.19-1+deb12u1.dsc changelog | 7 +++++++ rules | 3 +++ tests/pkg-js/test | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff -Nru node-minipass-3.3.6+~cs9.4.19/debian/changelog node-minipass-3.3.6+~cs9.4.19/debian/changelog --- node-minipass-3.3.6+~cs9.4.19/debian/changelog 2022-12-03 17:25:36.000000000 +0000 +++ node-minipass-3.3.6+~cs9.4.19/debian/changelog 2025-06-24 19:12:51.000000000 +0000 @@ -1,3 +1,10 @@ +node-minipass (3.3.6+~cs9.4.19-1+deb12u1) bookworm; urgency=medium + + * Fix tap reporter in auto test and autopkgtest. + Closes: #1098224. + + -- Jérémy Lal Tue, 24 Jun 2025 21:12:51 +0200 + node-minipass (3.3.6+~cs9.4.19-1) unstable; urgency=medium * Team upload diff -Nru node-minipass-3.3.6+~cs9.4.19/debian/rules node-minipass-3.3.6+~cs9.4.19/debian/rules --- node-minipass-3.3.6+~cs9.4.19/debian/rules 2022-12-03 17:23:09.000000000 +0000 +++ node-minipass-3.3.6+~cs9.4.19/debian/rules 2025-04-14 20:27:29.000000000 +0000 @@ -10,3 +10,6 @@ override_dh_installdocs: dh_installdocs dh_nodejs_autodocs + +override_dh_auto_test: + tap -J test -R tap diff -Nru node-minipass-3.3.6+~cs9.4.19/debian/tests/pkg-js/test node-minipass-3.3.6+~cs9.4.19/debian/tests/pkg-js/test --- node-minipass-3.3.6+~cs9.4.19/debian/tests/pkg-js/test 2022-11-28 17:39:27.000000000 +0000 +++ node-minipass-3.3.6+~cs9.4.19/debian/tests/pkg-js/test 2025-04-14 20:27:29.000000000 +0000 @@ -1,4 +1,4 @@ if test "$AUTOPKGTEST_TMP" != ""; then rm -f test/iteration-unsupported.js fi -tap -J test +tap -J test -R tap