Source: ginac Version: 1.8.0-1 Tags: patch User: debian-cr...@lists.debian.org Usertags: cross-satisfiability
ginac cannot be cross built from source, because its build dependency on the host architecture python3 cannot be installed. It really wants to run python3 during build though, so it actually wants the build architecture python3. Please consider applying the attached patch to reflect that via a :any annotation and thus make ginac cross buildable. Helmut
diff --minimal -Nru ginac-1.8.0/debian/changelog ginac-1.8.0/debian/changelog --- ginac-1.8.0/debian/changelog 2020-10-15 20:10:49.000000000 +0200 +++ ginac-1.8.0/debian/changelog 2020-11-09 17:36:50.000000000 +0100 @@ -1,3 +1,10 @@ +ginac (1.8.0-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix FTCBFS: Annotate python3 build dependency with :any. (Closes: #-1) + + -- Helmut Grohne <hel...@subdivi.de> Mon, 09 Nov 2020 17:36:50 +0100 + ginac (1.8.0-1) unstable; urgency=low * New upstream release: binary incompatible, so it's libginac11 now. diff --minimal -Nru ginac-1.8.0/debian/control ginac-1.8.0/debian/control --- ginac-1.8.0/debian/control 2020-10-15 20:09:06.000000000 +0200 +++ ginac-1.8.0/debian/control 2020-11-09 17:36:48.000000000 +0100 @@ -2,7 +2,7 @@ Section: math Priority: optional Maintainer: Richard Kreckel <krec...@ginac.de> -Build-Depends: cdbs (>= 0.4.28), debhelper (>= 9), libcln-dev, libgmp-dev, libreadline-dev, pkg-config (>= 0.18) | pkgconf, python3, texinfo +Build-Depends: cdbs (>= 0.4.28), debhelper (>= 9), libcln-dev, libgmp-dev, libreadline-dev, pkg-config (>= 0.18) | pkgconf, python3:any, texinfo Standards-Version: 4.5.0 Homepage: http://www.ginac.de/