diff -Nru node-jschardet-2.2.1+dfsg+~1.3.0/debian/changelog node-jschardet-2.2.1+dfsg+~1.3.0/debian/changelog --- node-jschardet-2.2.1+dfsg+~1.3.0/debian/changelog 2021-11-16 08:34:23.000000000 +0000 +++ node-jschardet-2.2.1+dfsg+~1.3.0/debian/changelog 2021-12-02 20:03:44.000000000 +0000 @@ -1,3 +1,11 @@ +node-jschardet (2.2.1+dfsg+~1.3.0-3) unstable; urgency=medium + + * team upload + + * use and build-depend on terser (not uglifyjs.terser) + + -- Jonas Smedegaard Thu, 02 Dec 2021 21:03:44 +0100 + node-jschardet (2.2.1+dfsg+~1.3.0-2) unstable; urgency=medium * Team upload diff -Nru node-jschardet-2.2.1+dfsg+~1.3.0/debian/control node-jschardet-2.2.1+dfsg+~1.3.0/debian/control --- node-jschardet-2.2.1+dfsg+~1.3.0/debian/control 2021-11-16 08:33:05.000000000 +0000 +++ node-jschardet-2.2.1+dfsg+~1.3.0/debian/control 2021-12-02 20:03:16.000000000 +0000 @@ -12,7 +12,7 @@ , node-istanbul , node-typescript , node-typescript-types - , uglifyjs.terser + , terser , webpack (>= 4~) Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/js-team/node-jschardet diff -Nru node-jschardet-2.2.1+dfsg+~1.3.0/debian/rules node-jschardet-2.2.1+dfsg+~1.3.0/debian/rules --- node-jschardet-2.2.1+dfsg+~1.3.0/debian/rules 2020-12-14 22:38:12.000000000 +0000 +++ node-jschardet-2.2.1+dfsg+~1.3.0/debian/rules 2021-12-02 20:03:26.000000000 +0000 @@ -18,7 +18,7 @@ ln -s /usr/share/nodejs/buffer . webpack --config debian/webpack.config.js --output-library=jschardet \ --entry index.js --output dist/jschardet.js - uglifyjs.terser dist/jschardet.js -o dist/jschardet.min.js + terser dist/jschardet.js -o dist/jschardet.min.js override_dh_auto_clean: if test -e debian/package.json; then \