Source: axe-demultiplexer Version: 0.3.3+dfsg-2 Tags: patch User: [email protected] Usertags: cross-satisfiability
axe-demultiplexer cannot be cross built from source, because its python3-sphinx dependency is not satisfiable. Given that the documentation is not split to an Arch:all package, we cannot move it to B-D-I. Given that sphinx is capable of exposing architecture-specific behaviour, we cannot mark it Multi-Arch: foreign. axe-demultiplexer does not seem to rely on such behaviour, so we can annotate sphinx with :native, which makes it cross buildable. Please consider applying the attached patch. Helmut
diff --minimal -Nru axe-demultiplexer-0.3.3+dfsg/debian/changelog axe-demultiplexer-0.3.3+dfsg/debian/changelog --- axe-demultiplexer-0.3.3+dfsg/debian/changelog 2020-10-30 11:36:34.000000000 +0100 +++ axe-demultiplexer-0.3.3+dfsg/debian/changelog 2021-02-12 12:45:02.000000000 +0100 @@ -1,3 +1,10 @@ +axe-demultiplexer (0.3.3+dfsg-2.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix FTCBFS: Annotate python3-sphinx dependency :native. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Fri, 12 Feb 2021 12:45:02 +0100 + axe-demultiplexer (0.3.3+dfsg-2) unstable; urgency=medium * Team upload. diff --minimal -Nru axe-demultiplexer-0.3.3+dfsg/debian/control axe-demultiplexer-0.3.3+dfsg/debian/control --- axe-demultiplexer-0.3.3+dfsg/debian/control 2020-10-30 11:36:34.000000000 +0100 +++ axe-demultiplexer-0.3.3+dfsg/debian/control 2021-02-12 12:45:01.000000000 +0100 @@ -8,7 +8,7 @@ zlib1g-dev, libqes-dev, libgsl-dev, - python3-sphinx + python3-sphinx:native Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/med-team/axe-demultiplexer Vcs-Git: https://salsa.debian.org/med-team/axe-demultiplexer.git

