diff -Nru node-private-0.1.8/debian/changelog node-private-0.1.8/debian/changelog --- node-private-0.1.8/debian/changelog 2021-09-24 00:36:03.000000000 +0000 +++ node-private-0.1.8/debian/changelog 2022-05-02 06:49:05.000000000 +0000 @@ -1,3 +1,11 @@ +node-private (0.1.8-7) unstable; urgency=medium + + * Rewrite d/watch. + * Annotate the dep on nodejs with :any. + * Update dates in d/copyright. + + -- Julien Puydt Mon, 02 May 2022 08:49:05 +0200 + node-private (0.1.8-6) unstable; urgency=medium * Bump debhelper from old 12 to 13. diff -Nru node-private-0.1.8/debian/control node-private-0.1.8/debian/control --- node-private-0.1.8/debian/control 2021-09-24 00:36:03.000000000 +0000 +++ node-private-0.1.8/debian/control 2022-05-02 06:49:05.000000000 +0000 @@ -13,7 +13,7 @@ Package: node-private Architecture: all Multi-Arch: foreign -Depends: nodejs, ${misc:Depends} +Depends: nodejs:any, ${misc:Depends} Description: Utility for associating truly private state with any JavaScript object A general-purpose utility for associating truly private state with any JavaScript object : only code that has references both diff -Nru node-private-0.1.8/debian/copyright node-private-0.1.8/debian/copyright --- node-private-0.1.8/debian/copyright 2021-09-24 00:36:03.000000000 +0000 +++ node-private-0.1.8/debian/copyright 2022-05-02 06:49:05.000000000 +0000 @@ -8,7 +8,7 @@ License: Expat Files: debian/* -Copyright: 2015-2018 Julien Puydt +Copyright: 2015-2022 Julien Puydt License: Expat License: Expat diff -Nru node-private-0.1.8/debian/watch node-private-0.1.8/debian/watch --- node-private-0.1.8/debian/watch 2021-09-24 00:36:03.000000000 +0000 +++ node-private-0.1.8/debian/watch 2022-05-02 06:49:05.000000000 +0000 @@ -1,4 +1,2 @@ version=4 -opts=\ -filenamemangle=s/.*\/v([\d\.-]+)\.tar\.gz/node-private-$1.tar.gz/ \ -https://github.com/benjamn/private/releases .*/v([\d\.]+).tar.gz +https://github.com/benjamn/private/tags .*/v([\d\.]+).tar.gz