Run of multiarch-fixes for node-boolbase
Try this locally (using the lintian-brush package):
debcheckout node-boolbase
cd node-boolbase
apply-multiarch-hints
Merge these changes:
git pull https://janitor.debian.net/git/node-boolbase multiarch-fixes/main
Diff
=== modified file 'debian/changelog'
--- a/debian/changelog 2020-04-28 10:02:35 +0000
+++ b/debian/changelog 2020-09-11 05:51:18 +0000
@@ -1,3 +1,10 @@
+node-boolbase (1.0.0-3) UNRELEASED; urgency=low
+
+ * Apply multi-arch hints.
+ + node-boolbase: Add Multi-Arch: foreign.
+
+ -- Debian Janitor <janitor@jelmer.uk> Fri, 11 Sep 2020 05:51:17 -0000
+
node-boolbase (1.0.0-2) unstable; urgency=medium
* Team upload
=== modified file 'debian/control'
--- a/debian/control 2020-04-28 10:01:40 +0000
+++ b/debian/control 2020-09-11 05:51:18 +0000
@@ -16,6 +16,7 @@
Architecture: all
Depends: ${misc:Depends}
, nodejs
+Multi-Arch: foreign
Description: two functions: One that returns true, one that returns false
This very simple module provides two basic functions, one that always
returns true (trueFunc) and one that always returns false (falseFunc).