Source: node-tslib Version: 2.1.0-1 Tags: patch User: debian-cr...@lists.debian.org Usertags: cross-satisfiability Control: affects -1 + src:browserpass
browserpass cannot be cross built from source, because its transitive dependency on node-tslib is not satisfiable. 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 as node-tslib is a pure javascript library without any dependencies nor maintainer scripts. Please consider applying the attached patch. Helmut
diff --minimal -Nru node-tslib-2.1.0/debian/changelog node-tslib-2.1.0/debian/changelog --- node-tslib-2.1.0/debian/changelog 2021-01-18 12:17:12.000000000 +0100 +++ node-tslib-2.1.0/debian/changelog 2021-01-28 21:11:36.000000000 +0100 @@ -1,3 +1,10 @@ +node-tslib (2.1.0-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Mark node-tslib Multi-Arch: foreign. (Closes: #-1) + + -- Helmut Grohne <hel...@subdivi.de> Thu, 28 Jan 2021 21:11:36 +0100 + node-tslib (2.1.0-1) unstable; urgency=medium * Team upload diff --minimal -Nru node-tslib-2.1.0/debian/control node-tslib-2.1.0/debian/control --- node-tslib-2.1.0/debian/control 2021-01-18 12:07:57.000000000 +0100 +++ node-tslib-2.1.0/debian/control 2021-01-28 21:11:31.000000000 +0100 @@ -16,6 +16,7 @@ Package: node-tslib Architecture: all +Multi-Arch: foreign Depends: ${misc:Depends} Description: Implementation of tslib for javascript