diff -Nru node-des.js-1.0.1/debian/changelog node-des.js-1.0.1/debian/changelog --- node-des.js-1.0.1/debian/changelog 2020-05-26 09:29:35.000000000 +0000 +++ node-des.js-1.0.1/debian/changelog 2021-10-10 13:39:10.000000000 +0000 @@ -1,3 +1,18 @@ +node-des.js (1.0.1-2) unstable; urgency=medium + + * Team upload + + [ Debian Janitor ] + * Remove constraints unnecessary since buster: + + node-des.js: Drop versioned constraint on nodejs in Depends. + + [ Yadd ] + * Bump debhelper compatibility level to 13 + * Fix GitHub tags regex + * Update standards version to 4.6.0, no changes needed. + + -- Yadd Sun, 10 Oct 2021 15:39:10 +0200 + node-des.js (1.0.1-1) unstable; urgency=medium * Team upload diff -Nru node-des.js-1.0.1/debian/control node-des.js-1.0.1/debian/control --- node-des.js-1.0.1/debian/control 2020-05-26 09:29:35.000000000 +0000 +++ node-des.js-1.0.1/debian/control 2021-10-10 13:38:55.000000000 +0000 @@ -4,12 +4,12 @@ Section: javascript Testsuite: autopkgtest-pkg-nodejs Priority: optional -Build-Depends: debhelper-compat (= 12) +Build-Depends: debhelper-compat (= 13) , mocha , node-assert , node-inherits - , pkg-js-tools (>= 0.9.35~) -Standards-Version: 4.5.0 + , dh-sequence-nodejs +Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/js-team/node-des.js Vcs-Git: https://salsa.debian.org/js-team/node-des.js.git Homepage: https://github.com/indutny/des.js @@ -20,7 +20,7 @@ Depends: ${misc:Depends} , node-assert , node-inherits - , nodejs (>= 6) + , nodejs Description: DES implementation in pure javascript This modules provides implementation of DES encryption algorithm in javascript. diff -Nru node-des.js-1.0.1/debian/rules node-des.js-1.0.1/debian/rules --- node-des.js-1.0.1/debian/rules 2020-05-26 09:29:35.000000000 +0000 +++ node-des.js-1.0.1/debian/rules 2021-04-14 18:50:07.000000000 +0000 @@ -5,4 +5,4 @@ #export DH_VERBOSE=1 %: - dh $@ --with nodejs + dh $@ diff -Nru node-des.js-1.0.1/debian/salsa-ci.yml node-des.js-1.0.1/debian/salsa-ci.yml --- node-des.js-1.0.1/debian/salsa-ci.yml 1970-01-01 00:00:00.000000000 +0000 +++ node-des.js-1.0.1/debian/salsa-ci.yml 2021-04-14 18:50:09.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-des.js-1.0.1/debian/watch node-des.js-1.0.1/debian/watch --- node-des.js-1.0.1/debian/watch 2020-05-26 09:29:35.000000000 +0000 +++ node-des.js-1.0.1/debian/watch 2021-04-14 18:50:07.000000000 +0000 @@ -2,4 +2,4 @@ opts=\ dversionmangle=s/\+(debian|dfsg|ds|deb)(\.\d+)?$//,\ filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-des.js-$1.tar.gz/ \ - https://github.com/indutny/des.js/tags .*/archive/v?([\d\.]+).tar.gz + https://github.com/indutny/des.js/tags .*/archive/.*/v?([\d\.]+).tar.gz