diff -Nru node-husl-6.0.1+dfsg/debian/changelog node-husl-6.0.1+dfsg/debian/changelog --- node-husl-6.0.1+dfsg/debian/changelog 2016-11-16 21:49:27.000000000 +0000 +++ node-husl-6.0.1+dfsg/debian/changelog 2018-09-16 09:45:57.000000000 +0000 @@ -1,3 +1,16 @@ +node-husl (6.0.1+dfsg-2) unstable; urgency=medium + + * Team upload + * Add uglifyjs to build deps (Closes: #902506) + (Thanks to Hans Joachim Desserud) + * Bump debhelper compatibility level to 11 + * Bump Standards-Version to 4.2.1 (no changes needed) + * Change section to javascript + * Enable nocheck build profile + * Use salsa.debian.org in Vcs-* fields + + -- Pirate Praveen Sun, 16 Sep 2018 15:15:57 +0530 + node-husl (6.0.1+dfsg-1) unstable; urgency=low * Initial release (Closes: #844230) diff -Nru node-husl-6.0.1+dfsg/debian/compat node-husl-6.0.1+dfsg/debian/compat --- node-husl-6.0.1+dfsg/debian/compat 2016-11-16 21:49:27.000000000 +0000 +++ node-husl-6.0.1+dfsg/debian/compat 2018-09-16 09:45:57.000000000 +0000 @@ -1 +1 @@ -9 +11 diff -Nru node-husl-6.0.1+dfsg/debian/control node-husl-6.0.1+dfsg/debian/control --- node-husl-6.0.1+dfsg/debian/control 2016-11-16 21:49:27.000000000 +0000 +++ node-husl-6.0.1+dfsg/debian/control 2018-09-16 09:45:57.000000000 +0000 @@ -1,18 +1,18 @@ Source: node-husl -Section: web +Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Ross Gammon -Build-Depends: debhelper (>= 9), - dh-buildinfo, +Build-Depends: debhelper (>= 11~), nodejs, - mocha, + mocha , coffeescript, - node-underscore -Standards-Version: 3.9.8 + node-underscore, + uglifyjs +Standards-Version: 4.2.1 Homepage: http://www.husl-colors.org -Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-husl.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-husl.git +Vcs-Git: https://salsa.debian.org/js-team/node-husl.git +Vcs-Browser: https://salsa.debian.org/js-team/node-husl Package: node-husl Architecture: all diff -Nru node-husl-6.0.1+dfsg/debian/rules node-husl-6.0.1+dfsg/debian/rules --- node-husl-6.0.1+dfsg/debian/rules 2016-11-16 21:49:27.000000000 +0000 +++ node-husl-6.0.1+dfsg/debian/rules 2018-09-16 09:45:57.000000000 +0000 @@ -12,4 +12,6 @@ make husl.min.js override_dh_auto_test: +ifeq (,$(filter nocheck,$(DEB_BUILD_PROFILES))) mocha --compilers coffee:coffee-script/register +endif