diff -Nru node-strip-ansi-6.0.0/debian/changelog node-strip-ansi-6.0.1/debian/changelog --- node-strip-ansi-6.0.0/debian/changelog 2020-01-12 06:54:54.000000000 +0000 +++ node-strip-ansi-6.0.1/debian/changelog 2021-10-23 06:00:16.000000000 +0000 @@ -1,3 +1,22 @@ +node-strip-ansi (6.0.1-1) unstable; urgency=medium + + * Team upload + + [ Debian Janitor ] + * Update standards version to 4.5.0, no changes needed. + + [ Yadd ] + * Bump debhelper compatibility level to 13 + * Modernize debian/watch + * Fix GitHub tags regex + * Use dh-sequence-nodejs + * Drop unnecessary dependency on build-essential. + * Update standards version to 4.6.0, no changes needed. + * Fix filenamemangle + * New upstream version 6.0.1 + + -- Yadd Sat, 23 Oct 2021 08:00:16 +0200 + node-strip-ansi (6.0.0-2) unstable; urgency=medium * Team upload diff -Nru node-strip-ansi-6.0.0/debian/control node-strip-ansi-6.0.1/debian/control --- node-strip-ansi-6.0.0/debian/control 2019-12-28 13:17:11.000000000 +0000 +++ node-strip-ansi-6.0.1/debian/control 2021-10-23 06:00:16.000000000 +0000 @@ -1,4 +1,3 @@ -Source: node-strip-ansi Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers @@ -6,16 +5,17 @@ Utkarsh Gupta Testsuite: autopkgtest-pkg-nodejs Build-Depends: - debhelper-compat (= 12), + debhelper-compat (= 13), nodejs, mocha, node-ansi-regex, - pkg-js-tools (>= 0.8.11) -Standards-Version: 4.4.1 + dh-sequence-nodejs +Standards-Version: 4.6.0 Homepage: https://github.com/chalk/strip-ansi Vcs-Git: https://salsa.debian.org/js-team/node-strip-ansi.git Vcs-Browser: https://salsa.debian.org/js-team/node-strip-ansi Rules-Requires-Root: no +Source: node-strip-ansi Package: node-strip-ansi Architecture: all diff -Nru node-strip-ansi-6.0.0/debian/rules node-strip-ansi-6.0.1/debian/rules --- node-strip-ansi-6.0.0/debian/rules 2019-12-28 13:17:02.000000000 +0000 +++ node-strip-ansi-6.0.1/debian/rules 2021-04-15 21:15:33.000000000 +0000 @@ -5,4 +5,4 @@ #export DH_VERBOSE=1 %: - dh $@ --with nodejs + dh $@ diff -Nru node-strip-ansi-6.0.0/debian/salsa-ci.yml node-strip-ansi-6.0.1/debian/salsa-ci.yml --- node-strip-ansi-6.0.0/debian/salsa-ci.yml 1970-01-01 00:00:00.000000000 +0000 +++ node-strip-ansi-6.0.1/debian/salsa-ci.yml 2021-04-15 21:15:36.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-strip-ansi-6.0.0/debian/watch node-strip-ansi-6.0.1/debian/watch --- node-strip-ansi-6.0.0/debian/watch 2019-12-28 13:17:02.000000000 +0000 +++ node-strip-ansi-6.0.1/debian/watch 2021-10-23 05:57:41.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-strip-ansi-$1.tar.gz/ \ - https://github.com/chalk/strip-ansi/tags .*/archive/v?([\d\.]+).tar.gz +dversionmangle=auto,\ +filenamemangle=s/.*?(\d[\d\.-]*@ARCHIVE_EXT@)/node-strip-ansi-$1/ \ + https://github.com/chalk/strip-ansi/tags .*/archive/.*/v?([\d\.]+).tar.gz diff -Nru node-strip-ansi-6.0.0/package.json node-strip-ansi-6.0.1/package.json --- node-strip-ansi-6.0.0/package.json 2019-11-09 06:19:47.000000000 +0000 +++ node-strip-ansi-6.0.1/package.json 2021-09-23 16:34:47.000000000 +0000 @@ -1,6 +1,6 @@ { "name": "strip-ansi", - "version": "6.0.0", + "version": "6.0.1", "description": "Strip ANSI escape codes from a string", "license": "MIT", "repository": "chalk/strip-ansi", @@ -44,7 +44,7 @@ "text" ], "dependencies": { - "ansi-regex": "^5.0.0" + "ansi-regex": "^5.0.1" }, "devDependencies": { "ava": "^2.4.0",