diff -Nru node-d3-geo-1.11.9/debian/changelog node-d3-geo-1.11.9/debian/changelog --- node-d3-geo-1.11.9/debian/changelog 2020-12-16 14:34:57.000000000 +0000 +++ node-d3-geo-1.11.9/debian/changelog 2020-12-17 10:16:48.000000000 +0000 @@ -1,3 +1,10 @@ +node-d3-geo (1.11.9-4) unstable; urgency=medium + + * Update minimum version of node-tape to 4.11 (fixes autopkgtest failure) + * Replace override_dh_auto_build witg debian/nodejs/build + + -- Pirate Praveen Thu, 17 Dec 2020 15:46:48 +0530 + node-d3-geo (1.11.9-3) unstable; urgency=medium * Team upload diff -Nru node-d3-geo-1.11.9/debian/control node-d3-geo-1.11.9/debian/control --- node-d3-geo-1.11.9/debian/control 2020-12-16 13:04:27.000000000 +0000 +++ node-d3-geo-1.11.9/debian/control 2020-12-17 10:16:48.000000000 +0000 @@ -10,7 +10,7 @@ dh-sequence-nodejs, rollup, node-rollup-plugin-terser, - node-tape , + node-tape (>= 4.11~) , node-babel7 Standards-Version: 4.5.1 Vcs-Browser: https://salsa.debian.org/js-team/node-d3-geo diff -Nru node-d3-geo-1.11.9/debian/nodejs/build node-d3-geo-1.11.9/debian/nodejs/build --- node-d3-geo-1.11.9/debian/nodejs/build 1970-01-01 00:00:00.000000000 +0000 +++ node-d3-geo-1.11.9/debian/nodejs/build 2020-12-17 10:16:48.000000000 +0000 @@ -0,0 +1 @@ +rollup -c diff -Nru node-d3-geo-1.11.9/debian/rules node-d3-geo-1.11.9/debian/rules --- node-d3-geo-1.11.9/debian/rules 2020-12-16 14:34:57.000000000 +0000 +++ node-d3-geo-1.11.9/debian/rules 2020-12-17 10:16:48.000000000 +0000 @@ -3,6 +3,3 @@ %: dh $@ - -override_dh_auto_build: - rollup -c