diff -Nru node-sigmund-1.0.1/debian/changelog node-sigmund-1.0.1/debian/changelog --- node-sigmund-1.0.1/debian/changelog 2020-03-21 16:59:53.000000000 +0000 +++ node-sigmund-1.0.1/debian/changelog 2021-11-13 20:42:32.000000000 +0000 @@ -1,3 +1,22 @@ +node-sigmund (1.0.1-2) unstable; urgency=medium + + * Team upload + + [ Debian Janitor ] + * Apply multi-arch hints. + + node-sigmund: Add Multi-Arch: foreign. + + [ 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, 13 Nov 2021 21:42:32 +0100 + node-sigmund (1.0.1-1) unstable; urgency=medium * Team upload diff -Nru node-sigmund-1.0.1/debian/control node-sigmund-1.0.1/debian/control --- node-sigmund-1.0.1/debian/control 2020-03-21 16:55:11.000000000 +0000 +++ node-sigmund-1.0.1/debian/control 2021-11-13 20:42:21.000000000 +0000 @@ -5,10 +5,10 @@ Testsuite: autopkgtest-pkg-nodejs Priority: optional Build-Depends: - debhelper-compat (= 12) + debhelper-compat (= 13) , node-tap - , 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-sigmund Vcs-Git: https://salsa.debian.org/js-team/node-sigmund.git Homepage: https://github.com/isaacs/sigmund @@ -18,7 +18,7 @@ Architecture: all Depends: ${misc:Depends} - , nodejs +Multi-Arch: foreign Description: Quick and dirty signatures for Objects module for Node.js This is like a much faster `deepEquals` comparison, which returns a string key suitable for caches and the like. diff -Nru node-sigmund-1.0.1/debian/rules node-sigmund-1.0.1/debian/rules --- node-sigmund-1.0.1/debian/rules 2020-03-21 16:55:08.000000000 +0000 +++ node-sigmund-1.0.1/debian/rules 2021-04-15 20:43:17.000000000 +0000 @@ -5,4 +5,4 @@ #export DH_VERBOSE=1 %: - dh $@ --with nodejs + dh $@ diff -Nru node-sigmund-1.0.1/debian/salsa-ci.yml node-sigmund-1.0.1/debian/salsa-ci.yml --- node-sigmund-1.0.1/debian/salsa-ci.yml 1970-01-01 00:00:00.000000000 +0000 +++ node-sigmund-1.0.1/debian/salsa-ci.yml 2021-04-15 20:43:25.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-sigmund-1.0.1/debian/watch node-sigmund-1.0.1/debian/watch --- node-sigmund-1.0.1/debian/watch 2020-03-21 16:55:08.000000000 +0000 +++ node-sigmund-1.0.1/debian/watch 2021-11-13 20:42:09.000000000 +0000 @@ -1,3 +1,3 @@ -version=3 -opts=filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-sigmund-$1.tar.gz/ \ -https://github.com/isaacs/sigmund/tags .*/archive/v?([\d\.]+).tar.gz +version=4 +opts=filenamemangle=s/.*?(\d[\d\.-]*@ARCHIVE_EXT@)/node-sigmund-$1/ \ +https://github.com/isaacs/sigmund/tags .*/archive/.*/v?([\d\.]+).tar.gz