diff -Nru node-clarinet-0.12.4+dfsg/debian/changelog node-clarinet-0.12.4+dfsg/debian/changelog --- node-clarinet-0.12.4+dfsg/debian/changelog 2019-11-26 06:28:53.000000000 +0000 +++ node-clarinet-0.12.4+dfsg/debian/changelog 2021-12-22 15:18:07.000000000 +0000 @@ -1,3 +1,26 @@ +node-clarinet (0.12.4+dfsg-2) unstable; urgency=medium + + [ Debian Janitor ] + * Update renamed lintian tag names in lintian overrides. + * Set upstream metadata fields: Bug-Submit. + * Remove obsolete fields Contact, Name from debian/upstream/metadata + (already present in machine-readable debian/copyright). + * Update standards version to 4.5.0, no changes needed. + * Remove MIA uploader Andrew Kelley . Closes: #909893 + + [ 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 + * Add myself as uploader + * Update lintian overrides + + -- Yadd Wed, 22 Dec 2021 16:18:07 +0100 + node-clarinet (0.12.4+dfsg-1) unstable; urgency=medium * Team upload diff -Nru node-clarinet-0.12.4+dfsg/debian/control node-clarinet-0.12.4+dfsg/debian/control --- node-clarinet-0.12.4+dfsg/debian/control 2019-11-26 06:17:56.000000000 +0000 +++ node-clarinet-0.12.4+dfsg/debian/control 2021-12-22 15:14:51.000000000 +0000 @@ -2,14 +2,14 @@ Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers -Uploaders: Andrew Kelley +Uploaders: Yadd Build-Depends: - debhelper-compat (= 12) + debhelper-compat (= 13) + , dh-sequence-nodejs , mocha , node-should , node-underscore - , pkg-js-tools (>= 0.9.17~) -Standards-Version: 4.4.1 +Standards-Version: 4.6.0 Homepage: https://github.com/dscape/clarinet Vcs-Git: https://salsa.debian.org/js-team/node-clarinet.git Vcs-Browser: https://salsa.debian.org/js-team/node-clarinet @@ -20,7 +20,6 @@ Architecture: all Depends: ${misc:Depends} - , nodejs Description: evented streaming JSON parser - Node.js module clarinet is a Node.js module which provides a streaming parser for JSON. clarinet is inspired (and forked) from sax-js. diff -Nru node-clarinet-0.12.4+dfsg/debian/rules node-clarinet-0.12.4+dfsg/debian/rules --- node-clarinet-0.12.4+dfsg/debian/rules 2019-11-26 06:28:30.000000000 +0000 +++ node-clarinet-0.12.4+dfsg/debian/rules 2021-12-22 15:17:38.000000000 +0000 @@ -5,8 +5,10 @@ #export DH_VERBOSE=1 %: - dh $@ --with nodejs + dh $@ override_dh_auto_test: +ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS) $(DEB_BUILD_PROFILES))) # Disable tests during build to avoid network access node -e 'require(".")' +endif diff -Nru node-clarinet-0.12.4+dfsg/debian/salsa-ci.yml node-clarinet-0.12.4+dfsg/debian/salsa-ci.yml --- node-clarinet-0.12.4+dfsg/debian/salsa-ci.yml 1970-01-01 00:00:00.000000000 +0000 +++ node-clarinet-0.12.4+dfsg/debian/salsa-ci.yml 2021-04-14 14:29:42.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-clarinet-0.12.4+dfsg/debian/source/lintian-overrides node-clarinet-0.12.4+dfsg/debian/source/lintian-overrides --- node-clarinet-0.12.4+dfsg/debian/source/lintian-overrides 2019-11-26 06:27:47.000000000 +0000 +++ node-clarinet-0.12.4+dfsg/debian/source/lintian-overrides 2021-12-22 15:18:07.000000000 +0000 @@ -1,10 +1,12 @@ # Test files -source: source-is-missing test/lib/jquery.js line length is 32403 characters (>512) -source: source-is-missing test/lib/underscore.js line length is 519 characters (>512) -source: source-is-missing test/twitter.js line length is 818 characters (>512) -source: insane-line-length-in-source-file test/lib/jquery.js line length is 32403 characters (>512) -source: insane-line-length-in-source-file test/lib/underscore.js line length is 519 characters (>512) -source: insane-line-length-in-source-file test/twitter.js line length is 818 characters (>512) -source: source-contains-prebuilt-javascript-object test/lib/jquery.js line length is 32403 characters (>512) -source: source-contains-prebuilt-javascript-object test/lib/underscore.js line length is 519 characters (>512) -source: source-contains-prebuilt-javascript-object test/twitter.js line length is 818 characters (>512) +source-is-missing test/lib/jquery.js +source-is-missing test/lib/underscore.js +source-is-missing test/twitter.js +source-contains-prebuilt-javascript-object test/lib/jquery.js +source-contains-prebuilt-javascript-object test/lib/underscore.js +source-contains-prebuilt-javascript-object test/twitter.js +very-long-line-length-in-source-file samples/loggly.txt line 1 is 2700 characters long (>512) +very-long-line-length-in-source-file samples/twitter.json line 1839 is 1696 characters long (>512) +very-long-line-length-in-source-file test/lib/jquery.js line 3 is 32769 characters long (>512) +very-long-line-length-in-source-file test/lib/underscore.js line 24 is 524 characters long (>512) +very-long-line-length-in-source-file test/twitter.js line 1839 is 1696 characters long (>512) diff -Nru node-clarinet-0.12.4+dfsg/debian/upstream/metadata node-clarinet-0.12.4+dfsg/debian/upstream/metadata --- node-clarinet-0.12.4+dfsg/debian/upstream/metadata 2019-11-26 06:17:29.000000000 +0000 +++ node-clarinet-0.12.4+dfsg/debian/upstream/metadata 2021-04-14 14:29:38.000000000 +0000 @@ -1,7 +1,6 @@ --- Archive: GitHub Bug-Database: https://github.com/dscape/clarinet/issues -Contact: https://github.com/dscape/clarinet/issues -Name: clarinet +Bug-Submit: https://github.com/dscape/clarinet/issues/new Repository: https://github.com/dscape/clarinet.git Repository-Browse: https://github.com/dscape/clarinet diff -Nru node-clarinet-0.12.4+dfsg/debian/watch node-clarinet-0.12.4+dfsg/debian/watch --- node-clarinet-0.12.4+dfsg/debian/watch 2019-11-26 06:17:29.000000000 +0000 +++ node-clarinet-0.12.4+dfsg/debian/watch 2021-12-22 15:05:52.000000000 +0000 @@ -1,5 +1,5 @@ -version=3 +version=4 opts=\ -dversionmangle=s/\+dfsg//,repacksuffix=+dfsg,\ -filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-clarinet-$1.tar.gz/ \ - https://github.com/dscape/clarinet/tags .*/archive/v?([\d\.]+).tar.gz +dversionmangle=auto,repacksuffix=+dfsg,\ +filenamemangle=s/.*?(\d[\d\.-]*@ARCHIVE_EXT@)/node-clarinet-$1/ \ + https://github.com/dscape/clarinet/tags .*/archive/.*/v?([\d\.]+).tar.gz