diff -Nru jsxgraph-1.3.5+dfsg1/debian/changelog jsxgraph-1.3.5+dfsg1/debian/changelog --- jsxgraph-1.3.5+dfsg1/debian/changelog 2020-03-31 15:26:54.000000000 +0000 +++ jsxgraph-1.3.5+dfsg1/debian/changelog 2021-01-19 15:41:44.000000000 +0000 @@ -1,3 +1,16 @@ +jsxgraph (1.3.5+dfsg1-8) unstable; urgency=medium + + * replaced uglifyjs by uglifyjs.terser in Makefile. Closes: #980470 + + -- Georges Khaznadar Tue, 19 Jan 2021 16:41:44 +0100 + +jsxgraph (1.3.5+dfsg1-7) unstable; urgency=medium + + * replaced a build-dependency: node-requirejs -> uglifyjs.terser + Closes: #979903 + + -- Georges Khaznadar Fri, 15 Jan 2021 15:46:44 +0100 + jsxgraph (1.3.5+dfsg1-6) unstable; urgency=medium * Now, python is installed before compiling jsxgraph's scripts diff -Nru jsxgraph-1.3.5+dfsg1/debian/control jsxgraph-1.3.5+dfsg1/debian/control --- jsxgraph-1.3.5+dfsg1/debian/control 2020-03-31 14:12:11.000000000 +0000 +++ jsxgraph-1.3.5+dfsg1/debian/control 2021-01-15 14:46:40.000000000 +0000 @@ -4,7 +4,7 @@ Maintainer: Georges Khaznadar Build-Depends: debhelper (>= 9.0.0), quilt Build-Depends-Indep: jsdoc-toolkit (>=2.4.0+dfsg-3), yui-compressor, - node-almond, node-requirejs, node-uglify, zip, python3, dh-python, + node-almond, node-requirejs, uglifyjs.terser, zip, python3, dh-python, apache2-dev Standards-Version: 3.9.8 Homepage: http://jsxgraph.uni-bayreuth.de/cms/index.php diff -Nru jsxgraph-1.3.5+dfsg1/debian/patches/40Makefile.patch jsxgraph-1.3.5+dfsg1/debian/patches/40Makefile.patch --- jsxgraph-1.3.5+dfsg1/debian/patches/40Makefile.patch 2020-03-02 18:54:33.000000000 +0000 +++ jsxgraph-1.3.5+dfsg1/debian/patches/40Makefile.patch 2021-01-19 15:37:19.000000000 +0000 @@ -14,7 +14,7 @@ -UGLIFYJS=./node_modules/.bin/uglifyjs -JSDOC2=nodejs ./node_modules/.bin/jsdoc2 +REQUIREJS=./node_modules/bin/r.js -+UGLIFYJS=/usr/bin/uglifyjs ++UGLIFYJS=/usr/bin/uglifyjs.terser +JSDOC2=java -jar /usr/share/java/jsrun.jar /usr/share/jsdoc-toolkit/app/run.js #JSDOC2=nodejs ./node_modules/.bin/jsdoc