diff -Nru node-tap-12.0.1+ds/debian/changelog node-tap-12.0.1+ds/debian/changelog --- node-tap-12.0.1+ds/debian/changelog 2020-01-20 12:05:57.000000000 +0000 +++ node-tap-12.0.1+ds/debian/changelog 2020-08-11 09:43:47.000000000 +0000 @@ -1,3 +1,11 @@ +node-tap (12.0.1+ds-3) unstable; urgency=medium + + * Team upload + * Declare compliance with policy 4.5.0 + * Fix test for js-yaml 3.14.0 (Closes: #964880) + + -- Xavier Guimard Tue, 11 Aug 2020 11:43:47 +0200 + node-tap (12.0.1+ds-2) unstable; urgency=medium * Team upload diff -Nru node-tap-12.0.1+ds/debian/control node-tap-12.0.1+ds/debian/control --- node-tap-12.0.1+ds/debian/control 2020-01-18 07:00:10.000000000 +0000 +++ node-tap-12.0.1+ds/debian/control 2020-08-11 09:43:01.000000000 +0000 @@ -13,7 +13,7 @@ , node-foreground-child , node-glob (>= 7) , node-isexe (>= 2.0) - , node-js-yaml (>= 3.11.0) + , node-js-yaml (>= 3.14.0) , node-mkdirp (>= 0.5.1) , node-rimraf (>= 2.6.2) , node-signal-exit @@ -29,7 +29,7 @@ , node-coveralls , node-opener , pkg-js-tools (>= 0.9.20~) -Standards-Version: 4.4.1 +Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/js-team/node-tap Vcs-Git: https://salsa.debian.org/js-team/node-tap.git Homepage: https://github.com/tapjs/node-tap diff -Nru node-tap-12.0.1+ds/debian/patches/fix-test-for-js-yaml-3.14.diff node-tap-12.0.1+ds/debian/patches/fix-test-for-js-yaml-3.14.diff --- node-tap-12.0.1+ds/debian/patches/fix-test-for-js-yaml-3.14.diff 1970-01-01 00:00:00.000000000 +0000 +++ node-tap-12.0.1+ds/debian/patches/fix-test-for-js-yaml-3.14.diff 2020-08-11 09:42:13.000000000 +0000 @@ -0,0 +1,44 @@ +Description: fix test for js-yaml 3.14.0 +Author: Xavier Guimard +Bug-Debian: https://bugs.debian.org/964880 +Forwarded: not-needed +Last-Update: 2020-08-11 + +--- a/tap-snapshots/test-test.js-TAP.test.js ++++ b/tap-snapshots/test-test.js-TAP.test.js +@@ -1281,7 +1281,7 @@ + line: # + column: # + file: test/test.js +- compare: === ++ compare: '===' + found: 1 + source: | + tt.equal(1, 2) +@@ -1298,7 +1298,7 @@ + line: # + column: # + file: test/test.js +- compare: === ++ compare: '===' + found: + foo: 1 + note: Objects never === one another +@@ -1508,7 +1508,7 @@ + line: # + column: # + file: test/test.js +- compare: === ++ compare: '===' + found: 'null' + source: | + tt.type(null, 'object', 'this fails') +@@ -1543,7 +1543,7 @@ + line: # + column: # + file: test/test.js +- compare: === ++ compare: '===' + found: function + source: | + tt.type(() => {}, Object, 'fail: arrows are not objects') diff -Nru node-tap-12.0.1+ds/debian/patches/series node-tap-12.0.1+ds/debian/patches/series --- node-tap-12.0.1+ds/debian/patches/series 2020-01-20 12:05:13.000000000 +0000 +++ node-tap-12.0.1+ds/debian/patches/series 2020-08-11 09:41:26.000000000 +0000 @@ -15,3 +15,4 @@ 0015-Bluebird-is-not-required.patch 0016-Disable-test-needing-home.patch 0017-Disable-tests-that-fail-with-node-12.patch +fix-test-for-js-yaml-3.14.diff