diff -Nru node-ripemd160-2.0.2/debian/changelog node-ripemd160-2.0.2/debian/changelog --- node-ripemd160-2.0.2/debian/changelog 2019-01-07 00:48:07.000000000 +0000 +++ node-ripemd160-2.0.2/debian/changelog 2019-09-20 21:06:39.000000000 +0000 @@ -1,3 +1,10 @@ +node-ripemd160 (2.0.2-4) unstable; urgency=medium + + * Move to /usr/share + * Bump policy (no changes) + + -- Bastien Roucariès Fri, 20 Sep 2019 23:06:39 +0200 + node-ripemd160 (2.0.2-3) unstable; urgency=medium * Fix CI with nodejs 10 diff -Nru node-ripemd160-2.0.2/debian/compat node-ripemd160-2.0.2/debian/compat --- node-ripemd160-2.0.2/debian/compat 2019-01-07 00:47:03.000000000 +0000 +++ node-ripemd160-2.0.2/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -12 diff -Nru node-ripemd160-2.0.2/debian/control node-ripemd160-2.0.2/debian/control --- node-ripemd160-2.0.2/debian/control 2019-01-07 00:48:07.000000000 +0000 +++ node-ripemd160-2.0.2/debian/control 2019-09-20 21:05:52.000000000 +0000 @@ -4,16 +4,16 @@ Maintainer: Debian Javascript Maintainers Uploaders: Bastien Roucariès Build-Depends: - debhelper (>= 12) + debhelper-compat (= 12) , dh-buildinfo - , nodejs (>= 6) + , nodejs (>= 10) , dpkg-dev (>= 1.17.14) , node-inherits (>= 2.0.1) , node-hash-base (>= 2.0.0) , node-hash-test-vectors , node-tape (>=4.6) , node-tap (>=10) -Standards-Version: 4.3.0 +Standards-Version: 4.4.0 Homepage: https://github.com/crypto-browserify/ripemd160#readme Vcs-Git: https://salsa.debian.org/js-team/node-ripemd160.git Vcs-Browser: https://salsa.debian.org/js-team/node-ripemd160 @@ -22,7 +22,7 @@ Architecture: all Depends: ${misc:Depends} - , nodejs (>= 4.7) + , nodejs (>= 10) , node-inherits (>= 2.0.1) , node-hash-base (>= 2.0.0) Description: Pure javascript implementation of ripemd160 hash function diff -Nru node-ripemd160-2.0.2/debian/install node-ripemd160-2.0.2/debian/install --- node-ripemd160-2.0.2/debian/install 2019-01-07 00:46:55.000000000 +0000 +++ node-ripemd160-2.0.2/debian/install 2019-09-20 21:06:03.000000000 +0000 @@ -1,2 +1,2 @@ -package.json usr/lib/nodejs/ripemd160/ -index.js usr/lib/nodejs/ripemd160/ +package.json usr/share/nodejs/ripemd160/ +index.js usr/share/nodejs/ripemd160/