diff -Nru node-argv-0.0.2/debian/changelog node-argv-0.0.2/debian/changelog --- node-argv-0.0.2/debian/changelog 2018-05-11 12:49:19.000000000 +0000 +++ node-argv-0.0.2/debian/changelog 2019-09-03 22:11:16.000000000 +0000 @@ -1,3 +1,10 @@ +node-argv (0.0.2-3) unstable; urgency=medium + + * Move to /usr/share + * Bump compat and debhelper + + -- Bastien Roucariès Wed, 04 Sep 2019 00:11:16 +0200 + node-argv (0.0.2-2) unstable; urgency=medium * Move to salsa diff -Nru node-argv-0.0.2/debian/compat node-argv-0.0.2/debian/compat --- node-argv-0.0.2/debian/compat 2018-05-11 12:49:19.000000000 +0000 +++ node-argv-0.0.2/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -11 diff -Nru node-argv-0.0.2/debian/control node-argv-0.0.2/debian/control --- node-argv-0.0.2/debian/control 2018-05-11 12:49:19.000000000 +0000 +++ node-argv-0.0.2/debian/control 2019-09-03 22:10:48.000000000 +0000 @@ -4,10 +4,10 @@ Maintainer: Debian Javascript Maintainers Uploaders: Bastien Roucariès Build-Depends: - debhelper (>= 11) + debhelper-compat (= 12) , dh-buildinfo - , nodejs (>=6) -Standards-Version: 4.1.4 + , nodejs (>=10) +Standards-Version: 4.4.0 Homepage: https://github.com/codenothing/argv Vcs-Git: https://salsa.debian.org/js-team/node-argv.git Vcs-Browser: https://salsa.debian.org/js-team/node-argv @@ -16,7 +16,7 @@ Architecture: all Depends: ${misc:Depends} - , nodejs + , nodejs (>= 10) Description: Node based command line argument parser node-argv is a nodejs module that does command line argument parsing. node-argv implement a strict argument parser, which means all options diff -Nru node-argv-0.0.2/debian/install node-argv-0.0.2/debian/install --- node-argv-0.0.2/debian/install 2017-03-23 16:53:24.000000000 +0000 +++ node-argv-0.0.2/debian/install 2019-09-03 22:10:16.000000000 +0000 @@ -1,3 +1,3 @@ -index.js usr/lib/nodejs/argv/ -package.json usr/lib/nodejs/argv/ -lib usr/lib/nodejs/argv/ +index.js usr/share/nodejs/argv/ +package.json usr/share/nodejs/argv/ +lib usr/share/nodejs/argv/ diff -Nru node-argv-0.0.2/debian/watch node-argv-0.0.2/debian/watch --- node-argv-0.0.2/debian/watch 2017-03-23 16:53:24.000000000 +0000 +++ node-argv-0.0.2/debian/watch 2019-09-03 22:11:16.000000000 +0000 @@ -1,4 +1,4 @@ - version=4 - opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%-$1.tar.gz%" \ +version=4 +opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%node-argv-$1.tar.gz%" \ https://github.com/codenothing/argv/tags \ - (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate + (?:.*?/)?v?(\d[\d.]*)\.tar\.gz