diff -Nru node-asn1-0.2.6+~0.2.0/debian/changelog node-asn1-0.2.6+~0.2.0/debian/changelog --- node-asn1-0.2.6+~0.2.0/debian/changelog 2021-12-09 09:07:48.000000000 +0000 +++ node-asn1-0.2.6+~0.2.0/debian/changelog 2022-04-13 13:12:31.000000000 +0000 @@ -1,3 +1,12 @@ +node-asn1 (0.2.6+~0.2.0-2) unstable; urgency=medium + + * Team upload + * Fix test (Closes: #1009552): + + really launch test + + use tape instead of tap+tape + + -- Yadd Wed, 13 Apr 2022 15:12:31 +0200 + node-asn1 (0.2.6+~0.2.0-1) unstable; urgency=medium * Team upload diff -Nru node-asn1-0.2.6+~0.2.0/debian/control node-asn1-0.2.6+~0.2.0/debian/control --- node-asn1-0.2.6+~0.2.0/debian/control 2021-12-09 09:06:07.000000000 +0000 +++ node-asn1-0.2.6+~0.2.0/debian/control 2022-04-13 12:57:27.000000000 +0000 @@ -6,7 +6,7 @@ Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , node-safe-buffer - , node-tap + , node-tape Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/js-team/node-asn1 Vcs-Git: https://salsa.debian.org/js-team/node-asn1.git diff -Nru node-asn1-0.2.6+~0.2.0/debian/tests/pkg-js/test node-asn1-0.2.6+~0.2.0/debian/tests/pkg-js/test --- node-asn1-0.2.6+~0.2.0/debian/tests/pkg-js/test 2020-01-09 17:24:41.000000000 +0000 +++ node-asn1-0.2.6+~0.2.0/debian/tests/pkg-js/test 2022-04-13 12:57:23.000000000 +0000 @@ -1 +1 @@ -tap ./tst +tape test/ber/*.js