Package: libjs-inherits Version: 2.0.4-1 Tags: patch User: [email protected] Usertags: cross-satisfiability Control: affects -1 + src:node-expat src:node-iconv src:node-jest src:node-leveldown src:node-modern-syslog src:node-node-sass src:node-nodedbi src:node-opencv src:node-re2 src:node-sqlite3 src:node-srs src:node-stringprep src:node-websocket src:node-ws src:node-zipfile src:notepadqq src:openboard src:theano
The affected packages cannot satisfy their cross Build-Depends, because their transitive dependency on libjs-inherits cannot be satisfied. In general, Architecture: all packages can never satisfy cross Build-Depends unless marked Multi-Arch: foreign or annotated :native. In this case, the foreign marking is reasonable, because libjs-inherits is a pure javascript library entirely lacking dependencies and maintainer scripts. Please consider applying the attached patch. Helmut
diff --minimal -Nru node-inherits-2.0.4/debian/changelog node-inherits-2.0.4/debian/changelog --- node-inherits-2.0.4/debian/changelog 2020-03-08 11:35:42.000000000 +0100 +++ node-inherits-2.0.4/debian/changelog 2021-03-03 08:08:08.000000000 +0100 @@ -1,3 +1,10 @@ +node-inherits (2.0.4-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Mark libjs-inherits Multi-Arch: foreign. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Wed, 03 Mar 2021 08:08:08 +0100 + node-inherits (2.0.4-1) unstable; urgency=medium * Team upload diff --minimal -Nru node-inherits-2.0.4/debian/control node-inherits-2.0.4/debian/control --- node-inherits-2.0.4/debian/control 2020-03-08 11:35:01.000000000 +0100 +++ node-inherits-2.0.4/debian/control 2021-03-03 08:08:06.000000000 +0100 @@ -31,6 +31,7 @@ Package: libjs-inherits Architecture: all +Multi-Arch: foreign Depends: ${misc:Depends} Description: Browser library that exposes inherits function from Node.js environment node-inherits exposes standard inherits implementation of Node.js util

