diff -Nru node-is-typedarray-1.0.0/debian/changelog node-is-typedarray-1.0.0/debian/changelog --- node-is-typedarray-1.0.0/debian/changelog 2015-09-24 09:55:48.000000000 +0000 +++ node-is-typedarray-1.0.0/debian/changelog 2020-05-04 15:07:01.000000000 +0000 @@ -1,3 +1,27 @@ +node-is-typedarray (1.0.0-2.1) unstable; urgency=medium + + * Non-maintainer upload. + + [ Debian Janitor ] + * Trim trailing whitespace. + * Use secure copyright file specification URI. + * Bump debhelper from deprecated 9 to 12. + * Set debhelper-compat version in Build-Depends. + * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, + Repository-Browse. + * Update Vcs-* headers to use salsa repository. + * Remove unnecessary get-orig-source-target. + + [ Tobias Frost ] + * Updating the Uploaders list (Closes: #953499) + * Some general package improvements: + * Change section to javascript to make linitian happier + * Update S-C to 4.5.0 -- only change is to specify Rules-Requires-Root. + * Use pkg-js-tools for building. + * Install to /usr/share/node, makes lintian happier. + + -- Tobias Frost Mon, 04 May 2020 17:07:01 +0200 + node-is-typedarray (1.0.0-2) unstable; urgency=medium * Update VCS URLs. diff -Nru node-is-typedarray-1.0.0/debian/compat node-is-typedarray-1.0.0/debian/compat --- node-is-typedarray-1.0.0/debian/compat 2015-07-03 10:57:28.000000000 +0000 +++ node-is-typedarray-1.0.0/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -9 diff -Nru node-is-typedarray-1.0.0/debian/control node-is-typedarray-1.0.0/debian/control --- node-is-typedarray-1.0.0/debian/control 2015-09-24 09:54:44.000000000 +0000 +++ node-is-typedarray-1.0.0/debian/control 2020-05-04 11:01:45.000000000 +0000 @@ -1,13 +1,13 @@ Source: node-is-typedarray -Section: web +Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers -Uploaders: Daniel Pocock -Build-Depends: debhelper (>= 9.0.0), node-uglify -Standards-Version: 3.9.6 +Build-Depends: debhelper-compat (= 12), node-uglify, pkg-js-tools +Standards-Version: 4.5.0 Homepage: https://github.com/hughsk/is-typedarray -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-is-typedarray.git/ -Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-is-typedarray.git +Vcs-Browser: https://salsa.debian.org/js-team/node-is-typedarray +Vcs-Git: https://salsa.debian.org/js-team/node-is-typedarray.git +Rules-Requires-Root: no Package: libjs-is-typedarray Architecture: all diff -Nru node-is-typedarray-1.0.0/debian/copyright node-is-typedarray-1.0.0/debian/copyright --- node-is-typedarray-1.0.0/debian/copyright 2015-07-03 10:57:28.000000000 +0000 +++ node-is-typedarray-1.0.0/debian/copyright 2020-05-04 09:24:16.000000000 +0000 @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: is-typedarray Upstream-Contact: Hugh Kennedy Source: https://github.com/hughsk/is-typedarray diff -Nru node-is-typedarray-1.0.0/debian/node-is-typedarray.install node-is-typedarray-1.0.0/debian/node-is-typedarray.install --- node-is-typedarray-1.0.0/debian/node-is-typedarray.install 2015-07-03 10:57:28.000000000 +0000 +++ node-is-typedarray-1.0.0/debian/node-is-typedarray.install 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -package.json usr/lib/nodejs/is-typedarray diff -Nru node-is-typedarray-1.0.0/debian/node-is-typedarray.install_ node-is-typedarray-1.0.0/debian/node-is-typedarray.install_ --- node-is-typedarray-1.0.0/debian/node-is-typedarray.install_ 1970-01-01 00:00:00.000000000 +0000 +++ node-is-typedarray-1.0.0/debian/node-is-typedarray.install_ 2020-05-04 09:41:11.000000000 +0000 @@ -0,0 +1 @@ +package.json usr/share/nodejs/is-typedarray diff -Nru node-is-typedarray-1.0.0/debian/node-is-typedarray.links node-is-typedarray-1.0.0/debian/node-is-typedarray.links --- node-is-typedarray-1.0.0/debian/node-is-typedarray.links 2015-07-03 10:57:28.000000000 +0000 +++ node-is-typedarray-1.0.0/debian/node-is-typedarray.links 2020-05-04 10:53:00.000000000 +0000 @@ -1 +1 @@ -usr/share/javascript/is-typedarray/index.min.js usr/lib/nodejs/is-typedarray/index.js +usr/share/javascript/is-typedarray/index.min.js usr/share/nodejs/is-typedarray/index.js diff -Nru node-is-typedarray-1.0.0/debian/rules node-is-typedarray-1.0.0/debian/rules --- node-is-typedarray-1.0.0/debian/rules 2015-07-03 10:57:28.000000000 +0000 +++ node-is-typedarray-1.0.0/debian/rules 2020-05-04 09:36:40.000000000 +0000 @@ -11,7 +11,7 @@ %: - dh $@ + dh $@ --with nodejs override_dh_auto_clean: rm -rf debian/build @@ -26,8 +26,3 @@ cp $${_FILE} debian/build/; \ $(js-compressor) -o debian/build/$$(basename $${_FILE} .js).min.js $${_FILE}; \ done - -# Uscan will read debian/watch, grab the correct version, repack and leave -# it in the current directory -get-orig-source: - uscan --no-conf --force-download --rename --repack --download-current-version --destdir=. diff -Nru node-is-typedarray-1.0.0/debian/upstream/metadata node-is-typedarray-1.0.0/debian/upstream/metadata --- node-is-typedarray-1.0.0/debian/upstream/metadata 1970-01-01 00:00:00.000000000 +0000 +++ node-is-typedarray-1.0.0/debian/upstream/metadata 2020-05-04 09:24:16.000000000 +0000 @@ -0,0 +1,4 @@ +Bug-Database: https://github.com/hughsk/is-typedarray/issues +Bug-Submit: https://github.com/hughsk/is-typedarray/issues/new +Repository: https://github.com/hughsk/is-typedarray.git +Repository-Browse: https://github.com/hughsk/is-typedarray