Package: python3-pystache Version: 0.5.4-6.1 Tags: patch User: [email protected] Usertags: cross-satisfiability Control: affects -1 + src:linphone
linphone cannot be cross built from source, because its dependency on python3-pystache is not satisfiable. In general, Architecture: all packages can never satisfy cross Build-Depends unless marked Multi-Arch: foreign or annotated :any. In this case, a foreign marking is reasonable, because pystache is a pure Python module. Please consider applying the attached patch. Helmut
diff --minimal -Nru pystache-0.5.4/debian/changelog pystache-0.5.4/debian/changelog --- pystache-0.5.4/debian/changelog 2019-12-21 00:01:35.000000000 +0100 +++ pystache-0.5.4/debian/changelog 2021-01-18 13:28:03.000000000 +0100 @@ -1,3 +1,10 @@ +pystache (0.5.4-6.2) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Mark python3-pystache Multi-Arch: foreign. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Mon, 18 Jan 2021 13:28:03 +0100 + pystache (0.5.4-6.1) unstable; urgency=medium * Non-maintainer upload. diff --minimal -Nru pystache-0.5.4/debian/control pystache-0.5.4/debian/control --- pystache-0.5.4/debian/control 2019-12-21 00:00:12.000000000 +0100 +++ pystache-0.5.4/debian/control 2021-01-18 13:28:01.000000000 +0100 @@ -11,6 +11,7 @@ Package: python3-pystache Architecture: all +Multi-Arch: foreign Depends: ${misc:Depends}, ${python3:Depends} Description: Python3 implementation of Mustache Pystache is Python3 implementation of Mustache.

