diff -Nru node-union-value-2.0.1/debian/changelog node-union-value-2.0.1/debian/changelog --- node-union-value-2.0.1/debian/changelog 2019-11-19 17:38:29.000000000 +0000 +++ node-union-value-2.0.1/debian/changelog 2021-10-06 16:34:22.000000000 +0000 @@ -1,3 +1,25 @@ +node-union-value (2.0.1-3) unstable; urgency=medium + + * Team upload + + [ Debian Janitor ] + * Set upstream metadata fields: Bug-Submit. + * Remove obsolete fields Contact, Name from debian/upstream/metadata + (already present in machine-readable debian/copyright). + * Remove constraints unnecessary since buster: + + Build-Depends: Drop versioned constraint on node-get-value and + node-set-value + + node-union-value: Drop versioned constraint on node-get-value in Depends + + [ Yadd ] + * Bump debhelper compatibility level to 13 + * Modernize debian/watch + * Fix GitHub tags regex + * Use dh-sequence-nodejs instead of pkg-js-tools + * Update standards version to 4.6.0, no changes needed. + + -- Yadd Wed, 06 Oct 2021 18:34:22 +0200 + node-union-value (2.0.1-2) unstable; urgency=medium * Team upload diff -Nru node-union-value-2.0.1/debian/control node-union-value-2.0.1/debian/control --- node-union-value-2.0.1/debian/control 2019-10-20 09:02:41.000000000 +0000 +++ node-union-value-2.0.1/debian/control 2021-10-06 16:33:19.000000000 +0000 @@ -4,14 +4,14 @@ Section: javascript Testsuite: autopkgtest-pkg-nodejs Priority: optional -Build-Depends: debhelper-compat (= 12), +Build-Depends: debhelper-compat (= 13), nodejs, mocha , node-should , - node-set-value (>= 3.0.1) , - node-get-value (>= 3.0.0) , - pkg-js-tools (>= 0.9.12~) -Standards-Version: 4.4.1 + node-set-value , + node-get-value , + dh-sequence-nodejs +Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/js-team/node-union-value Vcs-Git: https://salsa.debian.org/js-team/node-union-value.git Homepage: https://github.com/jonschlinkert/union-value @@ -22,7 +22,7 @@ Depends: ${misc:Depends}, nodejs, node-set-value (>= 3.0.1), - node-get-value (>= 3.0.0) + node-get-value Description: set an array of unique values as the property of an object This library supports setting deeply nested properties using object-paths/dot notation. diff -Nru node-union-value-2.0.1/debian/rules node-union-value-2.0.1/debian/rules --- node-union-value-2.0.1/debian/rules 2019-10-20 09:03:33.000000000 +0000 +++ node-union-value-2.0.1/debian/rules 2021-04-16 06:42:51.000000000 +0000 @@ -2,4 +2,4 @@ # -*- makefile -*- %: - dh $@ --with nodejs + dh $@ diff -Nru node-union-value-2.0.1/debian/salsa-ci.yml node-union-value-2.0.1/debian/salsa-ci.yml --- node-union-value-2.0.1/debian/salsa-ci.yml 1970-01-01 00:00:00.000000000 +0000 +++ node-union-value-2.0.1/debian/salsa-ci.yml 2021-04-16 06:43:29.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-union-value-2.0.1/debian/upstream/metadata node-union-value-2.0.1/debian/upstream/metadata --- node-union-value-2.0.1/debian/upstream/metadata 2019-10-20 08:57:29.000000000 +0000 +++ node-union-value-2.0.1/debian/upstream/metadata 2021-04-16 06:42:50.000000000 +0000 @@ -1,7 +1,6 @@ --- Archive: GitHub Bug-Database: https://github.com/jonschlinkert/union-value/issues -Contact: https://github.com/jonschlinkert/union-value/issues -Name: union-value +Bug-Submit: https://github.com/jonschlinkert/union-value/issues/new Repository: https://github.com/jonschlinkert/union-value.git Repository-Browse: https://github.com/jonschlinkert/union-value diff -Nru node-union-value-2.0.1/debian/watch node-union-value-2.0.1/debian/watch --- node-union-value-2.0.1/debian/watch 2019-10-20 08:57:29.000000000 +0000 +++ node-union-value-2.0.1/debian/watch 2021-04-16 06:42:51.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-union-value-$1.tar.gz/ \ - https://github.com/jonschlinkert/union-value/tags .*/archive/v?([\d\.]+).tar.gz + https://github.com/jonschlinkert/union-value/tags .*/archive/.*/v?([\d\.]+).tar.gz