diff -Nru node-detective-5.2.0/debian/changelog node-detective-5.2.0/debian/changelog --- node-detective-5.2.0/debian/changelog 2019-09-15 18:40:46.000000000 +0000 +++ node-detective-5.2.0/debian/changelog 2021-09-15 09:54:54.000000000 +0000 @@ -1,3 +1,23 @@ +node-detective (5.2.0-3) unstable; urgency=medium + + * Remove constraints unnecessary since buster: + + Build-Depends: Drop versioned constraint on node-defined, node-minimist, + node-tap and nodejs. + + node-detective: Drop versioned constraint on node-defined, node-minimist + and nodejs in Depends. + * Bump debhelper from old 12 to 13. + * Update standards version to 4.5.1, no changes needed. + + -- Debian Janitor Wed, 15 Sep 2021 10:54:54 +0100 + +node-detective (5.2.0-2) unstable; urgency=medium + + * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, + Repository-Browse. + * Update standards version to 4.5.0, no changes needed. + + -- Debian Janitor Sat, 28 Aug 2021 22:27:09 +0100 + node-detective (5.2.0-1) unstable; urgency=medium * New upstream version diff -Nru node-detective-5.2.0/debian/control node-detective-5.2.0/debian/control --- node-detective-5.2.0/debian/control 2019-09-15 18:40:46.000000000 +0000 +++ node-detective-5.2.0/debian/control 2021-09-15 09:54:54.000000000 +0000 @@ -4,15 +4,15 @@ Maintainer: Debian Javascript Maintainers Uploaders: Bastien Roucariès Build-Depends: - debhelper-compat (= 12) + debhelper-compat (= 13) , dh-buildinfo - , nodejs (>= 10) + , nodejs , dpkg-dev (>= 1.17.14) - , node-tap (>=10) - , node-defined (>= 1.0.0) + , node-tap + , node-defined , node-acorn-node (>= 1.3.0) - , node-minimist (>= 1.1.1) -Standards-Version: 4.4.0 + , node-minimist +Standards-Version: 4.5.1 Homepage: https://github.com/substack/node-detective#readme Vcs-Git: https://salsa.debian.org/js-team/node-detective.git Vcs-Browser: https://salsa.debian.org/js-team/node-detective @@ -21,10 +21,10 @@ Architecture: all Depends: ${misc:Depends} - , nodejs (>= 10) - , node-defined (>= 1.0.0) + , nodejs + , node-defined , node-acorn-node (>= 1.3.0) - , node-minimist (>= 1.1.1) + , node-minimist Description: find all require() calls by walking the AST This modules allows one to determine modules depends by walking AST tree and detecting require() call. diff -Nru node-detective-5.2.0/debian/upstream/metadata node-detective-5.2.0/debian/upstream/metadata --- node-detective-5.2.0/debian/upstream/metadata 1970-01-01 00:00:00.000000000 +0000 +++ node-detective-5.2.0/debian/upstream/metadata 2021-09-15 09:54:54.000000000 +0000 @@ -0,0 +1,4 @@ +Bug-Database: https://github.com/browserify/detective/issues +Bug-Submit: https://github.com/browserify/detective/issues/new +Repository: https://github.com/browserify/detective.git +Repository-Browse: https://github.com/browserify/detective