Run of multiarch-fixes for node-setimmediate
Try this locally (using the lintian-brush package):
debcheckout node-setimmediate
cd node-setimmediate
apply-multiarch-hints
Merge these changes:
git pull https://janitor.debian.net/git/node-setimmediate multiarch-fixes/main
Diff
=== modified file 'debian/changelog'
--- a/debian/changelog 2020-07-20 07:41:51 +0000
+++ b/debian/changelog 2020-09-11 08:57:10 +0000
@@ -4,6 +4,8 @@
* Remove obsolete fields Contact, Name from debian/upstream/metadata (already
present in machine-readable debian/copyright).
* Update standards version to 4.5.0, no changes needed.
+ * Apply multi-arch hints.
+ + node-setimmediate: Add Multi-Arch: foreign.
-- Debian Janitor <janitor@jelmer.uk> Mon, 20 Jul 2020 07:40:02 -0000
=== modified file 'debian/control'
--- a/debian/control 2020-07-20 07:41:51 +0000
+++ b/debian/control 2020-09-11 08:57:10 +0000
@@ -20,6 +20,7 @@
nodejs
Suggests: libjs-mocha (>= 3),
libjs-chai
+Multi-Arch: foreign
Description: shim for the setImmediate efficient script yielding API
setImmediate.js is a highly cross-browser implementation of the
setImmediate and clearImmediate APIs, proposed by Microsoft to