diff -Nru node-first-chunk-stream-4.0.0/debian/changelog node-first-chunk-stream-4.0.0/debian/changelog --- node-first-chunk-stream-4.0.0/debian/changelog 2020-02-14 10:58:48.000000000 +0000 +++ node-first-chunk-stream-4.0.0/debian/changelog 2021-12-01 15:50:42.000000000 +0000 @@ -1,3 +1,15 @@ +node-first-chunk-stream (4.0.0-2) unstable; urgency=medium + + * team upload + * Bump debhelper compatibility level to 13 + * Fix GitHub tags regex + * Use dh-sequence-nodejs + * Update standards version to 4.6.0, no changes needed. + * Fix filenamemangle + * Drop dependency to nodejs + + -- Yadd Wed, 01 Dec 2021 16:50:42 +0100 + node-first-chunk-stream (4.0.0-1) unstable; urgency=medium * Team upload diff -Nru node-first-chunk-stream-4.0.0/debian/control node-first-chunk-stream-4.0.0/debian/control --- node-first-chunk-stream-4.0.0/debian/control 2020-02-14 10:44:28.000000000 +0000 +++ node-first-chunk-stream-4.0.0/debian/control 2021-12-01 15:49:12.000000000 +0000 @@ -5,11 +5,11 @@ Uploaders: Sruthi Chandran Testsuite: autopkgtest-pkg-nodejs Build-Depends: - debhelper-compat (= 12) - , node-tape + debhelper-compat (= 13) + , dh-sequence-nodejs , node-streamtest - , pkg-js-tools (>= 0.9.20~) -Standards-Version: 4.5.0 + , node-tape +Standards-Version: 4.6.0 Homepage: https://github.com/sindresorhus/first-chunk-stream#readme Vcs-Git: https://salsa.debian.org/js-team/node-first-chunk-stream.git Vcs-Browser: https://salsa.debian.org/js-team/node-first-chunk-stream @@ -19,7 +19,6 @@ Architecture: all Depends: ${misc:Depends} - , nodejs Description: buffer and transform the first chunk in a stream This package transform a buffer in a javascript stream that could be pass to other callback. diff -Nru node-first-chunk-stream-4.0.0/debian/copyright node-first-chunk-stream-4.0.0/debian/copyright --- node-first-chunk-stream-4.0.0/debian/copyright 2020-02-14 10:58:48.000000000 +0000 +++ node-first-chunk-stream-4.0.0/debian/copyright 2021-12-01 15:48:45.000000000 +0000 @@ -9,7 +9,7 @@ Files: debian/* Copyright: 2016, Sruthi Chandran - 2020, Xavier Guimard + 2020, Yadd License: Expat License: Expat diff -Nru node-first-chunk-stream-4.0.0/debian/rules node-first-chunk-stream-4.0.0/debian/rules --- node-first-chunk-stream-4.0.0/debian/rules 2020-02-14 10:39:28.000000000 +0000 +++ node-first-chunk-stream-4.0.0/debian/rules 2021-04-15 10:22:41.000000000 +0000 @@ -5,4 +5,4 @@ #export DH_VERBOSE=1 %: - dh $@ --with nodejs + dh $@ diff -Nru node-first-chunk-stream-4.0.0/debian/salsa-ci.yml node-first-chunk-stream-4.0.0/debian/salsa-ci.yml --- node-first-chunk-stream-4.0.0/debian/salsa-ci.yml 1970-01-01 00:00:00.000000000 +0000 +++ node-first-chunk-stream-4.0.0/debian/salsa-ci.yml 2021-04-15 10:22:59.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-first-chunk-stream-4.0.0/debian/watch node-first-chunk-stream-4.0.0/debian/watch --- node-first-chunk-stream-4.0.0/debian/watch 2020-02-14 10:58:38.000000000 +0000 +++ node-first-chunk-stream-4.0.0/debian/watch 2021-12-01 15:50:38.000000000 +0000 @@ -1,5 +1,5 @@ version=4 opts=\ dversionmangle=s/\+(debian|dfsg|ds|deb)(\.\d+)?$//,\ -filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-first-chunk-stream-$1.tar.gz/ \ - https://github.com/sindresorhus/first-chunk-stream/tags .*/archive/v?([\d\.]+).tar.gz +filenamemangle=s/.*?(\d[\d\.-]*@ARCHIVE_EXT@)/node-first-chunk-stream-$1/ \ + https://github.com/sindresorhus/first-chunk-stream/tags .*/archive/.*/v?([\d\.]+).tar.gz