diff -Nru node-grunt-legacy-log-2.0.0/debian/changelog node-grunt-legacy-log-2.0.0/debian/changelog --- node-grunt-legacy-log-2.0.0/debian/changelog 2019-11-14 05:36:22.000000000 +0000 +++ node-grunt-legacy-log-2.0.0/debian/changelog 2021-11-20 16:04:43.000000000 +0000 @@ -1,3 +1,24 @@ +node-grunt-legacy-log (2.0.0-3) unstable; urgency=medium + + * Team upload + + [ Debian Janitor ] + * Set upstream metadata fields: Bug-Submit. + + [ Jenkins ] + * Remove constraints unnecessary since stretch. + + [ Yadd ] + * Bump debhelper compatibility level to 13 + * Modernize debian/watch + * Fix GitHub tags regex + * Fix filenamemangle + * Use dh-sequence-nodejs + * Update standards version to 4.6.0, no changes needed. + * Drop dependency to nodejs + + -- Yadd Sat, 20 Nov 2021 17:04:43 +0100 + node-grunt-legacy-log (2.0.0-2) unstable; urgency=medium * Team upload diff -Nru node-grunt-legacy-log-2.0.0/debian/control node-grunt-legacy-log-2.0.0/debian/control --- node-grunt-legacy-log-2.0.0/debian/control 2019-11-14 05:34:22.000000000 +0000 +++ node-grunt-legacy-log-2.0.0/debian/control 2021-11-20 16:04:28.000000000 +0000 @@ -5,16 +5,15 @@ Testsuite: autopkgtest-pkg-nodejs Priority: optional Build-Depends: - debhelper-compat (= 12) - , nodejs - , nodeunit - , node-colors (>= 1.0.3) + debhelper-compat (= 13) + , dh-sequence-nodejs + , node-colors + , node-grunt-legacy-log-utils , node-hooker - , node-lodash (>= 3.10.1) + , node-lodash , node-underscore.string - , node-grunt-legacy-log-utils - , pkg-js-tools (>= 0.9.10~) -Standards-Version: 4.4.1 + , nodeunit +Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/js-team/node-grunt-legacy-log Vcs-Git: https://salsa.debian.org/js-team/node-grunt-legacy-log.git Homepage: https://gruntjs.com/ @@ -24,11 +23,10 @@ Architecture: all Depends: ${misc:Depends} - , nodejs - , node-colors (>= 1.0.3) + , node-colors + , node-grunt-legacy-log-utils , node-hooker - , node-lodash (>= 3.10.1) + , node-lodash , node-underscore.string - , node-grunt-legacy-log-utils Description: Grunt 0.4.x logger Node.js is an event-based server-side JavaScript engine. diff -Nru node-grunt-legacy-log-2.0.0/debian/copyright node-grunt-legacy-log-2.0.0/debian/copyright --- node-grunt-legacy-log-2.0.0/debian/copyright 2019-11-14 05:34:15.000000000 +0000 +++ node-grunt-legacy-log-2.0.0/debian/copyright 2021-11-20 16:01:24.000000000 +0000 @@ -9,7 +9,7 @@ Files: debian/* Copyright: 2016, Sruthi Chandran - 2019, Xavier Guimard + 2019, Yadd License: Expat License: Expat diff -Nru node-grunt-legacy-log-2.0.0/debian/rules node-grunt-legacy-log-2.0.0/debian/rules --- node-grunt-legacy-log-2.0.0/debian/rules 2019-11-14 05:34:15.000000000 +0000 +++ node-grunt-legacy-log-2.0.0/debian/rules 2021-04-15 13:13:14.000000000 +0000 @@ -5,7 +5,7 @@ #export DH_VERBOSE=1 %: - dh $@ --with nodejs + dh $@ # Don't launch grunt override_dh_auto_build: diff -Nru node-grunt-legacy-log-2.0.0/debian/salsa-ci.yml node-grunt-legacy-log-2.0.0/debian/salsa-ci.yml --- node-grunt-legacy-log-2.0.0/debian/salsa-ci.yml 1970-01-01 00:00:00.000000000 +0000 +++ node-grunt-legacy-log-2.0.0/debian/salsa-ci.yml 2021-04-15 13:13:20.000000000 +0000 @@ -0,0 +1,4 @@ +--- +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml diff -Nru node-grunt-legacy-log-2.0.0/debian/upstream/metadata node-grunt-legacy-log-2.0.0/debian/upstream/metadata --- node-grunt-legacy-log-2.0.0/debian/upstream/metadata 2019-11-14 05:34:15.000000000 +0000 +++ node-grunt-legacy-log-2.0.0/debian/upstream/metadata 2021-04-15 13:13:13.000000000 +0000 @@ -1,5 +1,6 @@ --- Archive: GitHub Bug-Database: https://github.com/gruntjs/grunt-legacy-log/issues +Bug-Submit: https://github.com/gruntjs/grunt-legacy-log/issues/new Repository: https://github.com/gruntjs/grunt-legacy-log.git Repository-Browse: https://github.com/gruntjs/grunt-legacy-log diff -Nru node-grunt-legacy-log-2.0.0/debian/watch node-grunt-legacy-log-2.0.0/debian/watch --- node-grunt-legacy-log-2.0.0/debian/watch 2019-11-14 05:34:15.000000000 +0000 +++ node-grunt-legacy-log-2.0.0/debian/watch 2021-11-20 16:01:26.000000000 +0000 @@ -1,5 +1,5 @@ -version=3 +version=4 opts=\ -dversionmangle=s/\+(debian|dfsg|ds|deb)(\.\d+)?$//,\ -filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-grunt-legacy-log-$1.tar.gz/ \ - https://github.com/gruntjs/grunt-legacy-log/tags .*/archive/v?([\d\.]+).tar.gz +dversionmangle=auto,\ +filenamemangle=s/.*?(\d[\d\.-]*@ARCHIVE_EXT@)/node-grunt-legacy-log-$1/ \ + https://github.com/gruntjs/grunt-legacy-log/tags .*/archive/.*/v?([\d\.]+).tar.gz