diff -Nru node-clean-css-4.2.1+~4.3.0/debian/changelog node-clean-css-4.2.1+~4.3.0/debian/changelog --- node-clean-css-4.2.1+~4.3.0/debian/changelog 2020-02-14 22:44:05.000000000 +0000 +++ node-clean-css-4.2.1+~4.3.0/debian/changelog 2020-02-19 22:21:43.000000000 +0000 @@ -1,3 +1,15 @@ +node-clean-css (4.2.1+~4.3.0-1ubuntu4) focal; urgency=medium + + * Unset proxy instead + + -- Gianfranco Costamagna Wed, 19 Feb 2020 23:21:43 +0100 + +node-clean-css (4.2.1+~4.3.0-1ubuntu3) focal; urgency=medium + + * Try to set proxy instead + + -- Gianfranco Costamagna Sun, 16 Feb 2020 12:29:30 +0100 + node-clean-css (4.2.1+~4.3.0-1ubuntu2) focal; urgency=medium * Don't set -e on autopkgtests, the tests are not failing locally, probably diff -Nru node-clean-css-4.2.1+~4.3.0/debian/tests/pkg-js/test node-clean-css-4.2.1+~4.3.0/debian/tests/pkg-js/test --- node-clean-css-4.2.1+~4.3.0/debian/tests/pkg-js/test 2020-02-14 22:44:05.000000000 +0000 +++ node-clean-css-4.2.1+~4.3.0/debian/tests/pkg-js/test 2020-02-19 22:21:41.000000000 +0000 @@ -1,13 +1,19 @@ #!/bin/sh -#set -e +set -e + +unset http_proxy +unset https_proxy +unset HTTP_PROXY +unset HTTPS_PROXY +unset no_proxy export NODE_PATH=`pwd`/debian/node_modules -vows || true +vows cd debian/node_modules ln -s ../.. clean-css cd ../../cli -vows || true +vows cd .. rm -f debian/node_modules/clean-css