Package: python-intervaltree Version: 2.1.0-2 Tags: patch User: [email protected] Usertags: rebootstrap Control: affects -1 + src:aff4
aff4 cannot satisfy its cross Build-Depends, because its dependency on python-intervaltree is not satisfiable. In general, Architecture: all packages can never satisfy cross Build-Depends unless marked Multi-Arch: foreign. In this case, such a marking is acceptable, because python-intervaltree is a module that uses only modules (sortedcontainers). Thus it'll work even with foreign embedded interpreters (even though the byte compilation will only happen for the main interpreter). Please consider applying the attached patch. Helmut
diff --minimal -Nru python-intervaltree-2.1.0/debian/changelog python-intervaltree-2.1.0/debian/changelog --- python-intervaltree-2.1.0/debian/changelog 2016-12-03 15:13:04.000000000 +0100 +++ python-intervaltree-2.1.0/debian/changelog 2018-06-23 14:17:15.000000000 +0200 @@ -1,3 +1,10 @@ +python-intervaltree (2.1.0-2.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Mark module Multi-Arch: foreign. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Sat, 23 Jun 2018 14:17:15 +0200 + python-intervaltree (2.1.0-2) unstable; urgency=medium * Rename source package, no changes to binary packages diff --minimal -Nru python-intervaltree-2.1.0/debian/control python-intervaltree-2.1.0/debian/control --- python-intervaltree-2.1.0/debian/control 2016-12-03 15:10:11.000000000 +0100 +++ python-intervaltree-2.1.0/debian/control 2018-06-23 14:17:13.000000000 +0200 @@ -16,6 +16,7 @@ Package: python-intervaltree Architecture: all +Multi-Arch: foreign Depends: ${python:Depends}, ${misc:Depends} Description: mutable, self-balancing interval tree (Python 2) This library contains a mutable, self-balancing interval tree @@ -29,6 +30,7 @@ Package: python3-intervaltree Architecture: all +Multi-Arch: foreign Depends: ${python3:Depends}, ${misc:Depends} Description: mutable, self-balancing interval tree (Python 3) This library contains a mutable, self-balancing interval tree

