Control: tags 953499 + patch
Control: tags 953499 + pending

Dear maintainer,

I've prepared an NMU for node-is-typedarray (versioned as 1.0.0-2.1) and
uploaded it to DELAYED/15. Please feel free to tell me if I
should delay it longer.

Regards.

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 11:55:48.000000000 +0200
+++ node-is-typedarray-1.0.0/debian/changelog	2020-04-30 05:51:54.000000000 +0200
@@ -1,3 +1,27 @@
+node-is-typedarray (1.0.0-2.1) UNRELEASED; 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.
+
+ -- Debian Janitor <jani...@jelmer.uk>  Thu, 30 Apr 2020 03:51:54 +0000
+
 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 12:57:28.000000000 +0200
+++ node-is-typedarray-1.0.0/debian/compat	1970-01-01 01:00:00.000000000 +0100
@@ -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 11:54:44.000000000 +0200
+++ node-is-typedarray-1.0.0/debian/control	2020-04-30 05:51:54.000000000 +0200
@@ -1,13 +1,13 @@
 Source: node-is-typedarray
-Section: web
+Section: javascript
 Priority: optional
 Maintainer: Debian Javascript Maintainers <pkg-javascript-de...@lists.alioth.debian.org>
-Uploaders: Daniel Pocock <dan...@pocock.pro>
-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 12:57:28.000000000 +0200
+++ node-is-typedarray-1.0.0/debian/copyright	2020-04-30 05:51:54.000000000 +0200
@@ -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 <hughskenn...@gmail.com>
 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 12:57:28.000000000 +0200
+++ node-is-typedarray-1.0.0/debian/node-is-typedarray.install	1970-01-01 01:00:00.000000000 +0100
@@ -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 01:00:00.000000000 +0100
+++ node-is-typedarray-1.0.0/debian/node-is-typedarray.install_	2020-04-30 05:51:54.000000000 +0200
@@ -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 12:57:28.000000000 +0200
+++ node-is-typedarray-1.0.0/debian/node-is-typedarray.links	2020-04-30 05:51:54.000000000 +0200
@@ -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 12:57:28.000000000 +0200
+++ node-is-typedarray-1.0.0/debian/rules	2020-04-30 05:51:54.000000000 +0200
@@ -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 01:00:00.000000000 +0100
+++ node-is-typedarray-1.0.0/debian/upstream/metadata	2020-04-30 05:51:54.000000000 +0200
@@ -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

Reply via email to