diff -Nru node-ansi-align-3.0.0/debian/changelog node-ansi-align-3.0.0/debian/changelog --- node-ansi-align-3.0.0/debian/changelog 2020-02-18 15:36:34.000000000 +0000 +++ node-ansi-align-3.0.0/debian/changelog 2021-08-19 09:34:19.000000000 +0000 @@ -1,3 +1,14 @@ +node-ansi-align (3.0.0-2) unstable; urgency=medium + + * Team upload + * Bump debhelper from old 12 to 13. + * Declare compliance with policy 4.6.0 + * Modernize debian/watch + * Fix GitHub tags regex + * Use dh-sequence-nodejs + + -- Yadd Thu, 19 Aug 2021 11:34:19 +0200 + node-ansi-align (3.0.0-1) unstable; urgency=medium * Team upload diff -Nru node-ansi-align-3.0.0/debian/control node-ansi-align-3.0.0/debian/control --- node-ansi-align-3.0.0/debian/control 2020-02-18 15:36:34.000000000 +0000 +++ node-ansi-align-3.0.0/debian/control 2021-08-19 09:33:53.000000000 +0000 @@ -4,13 +4,12 @@ Section: javascript Testsuite: autopkgtest-pkg-nodejs Priority: optional -Build-Depends: - debhelper-compat (= 12) +Build-Depends: debhelper-compat (= 13) , node-chalk , node-string-width , node-tape - , pkg-js-tools (>=0.9.20~) -Standards-Version: 4.5.0 + , dh-sequence-nodejs +Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/js-team/node-ansi-align Vcs-Git: https://salsa.debian.org/js-team/node-ansi-align.git Homepage: https://github.com/nexdrew/ansi-align#readme @@ -18,8 +17,7 @@ Package: node-ansi-align Architecture: all -Depends: - ${misc:Depends} +Depends: ${misc:Depends} , node-string-width , nodejs Description: align-text with ANSI support for CLIs diff -Nru node-ansi-align-3.0.0/debian/rules node-ansi-align-3.0.0/debian/rules --- node-ansi-align-3.0.0/debian/rules 2020-02-18 15:33:52.000000000 +0000 +++ node-ansi-align-3.0.0/debian/rules 2021-08-19 09:33:53.000000000 +0000 @@ -2,4 +2,4 @@ # -*- makefile -*- %: - dh $@ --with nodejs + dh $@ diff -Nru node-ansi-align-3.0.0/debian/salsa-ci.yml node-ansi-align-3.0.0/debian/salsa-ci.yml --- node-ansi-align-3.0.0/debian/salsa-ci.yml 1970-01-01 00:00:00.000000000 +0000 +++ node-ansi-align-3.0.0/debian/salsa-ci.yml 2021-08-19 09:33:57.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-ansi-align-3.0.0/debian/watch node-ansi-align-3.0.0/debian/watch --- node-ansi-align-3.0.0/debian/watch 2019-11-05 05:10:53.000000000 +0000 +++ node-ansi-align-3.0.0/debian/watch 2021-08-19 09:33:53.000000000 +0000 @@ -1,5 +1,5 @@ -version=3 +version=4 opts=\ -dversionmangle=s/\+(debian|dfsg|ds|deb)(\.\d+)?$//,\ +dversionmangle=auto,\ filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-ansi-align-$1.tar.gz/ \ - https://github.com/nexdrew/ansi-align/tags .*/archive/v?([\d\.]+).tar.gz + https://github.com/nexdrew/ansi-align/tags .*/archive/.*/v?([\d\.]+).tar.gz