Source: pbdagcon Version: 0.3+git20180411.c14c422+dfsg-1 Tags: patch User: debian-cr...@lists.debian.org Usertags: cross-satisfiability
pbdagcon cannot be cross built from source, because installing the host architecture python3 fails. Indeed, pbdagcon wants a runnable (i.e. build architecture) python for running configure.py. Its python3 dependency should be annotated :any. Please consider applying the attached patch. Helmut
diff --minimal -Nru pbdagcon-0.3+git20180411.c14c422+dfsg/debian/changelog pbdagcon-0.3+git20180411.c14c422+dfsg/debian/changelog --- pbdagcon-0.3+git20180411.c14c422+dfsg/debian/changelog 2020-01-28 11:13:47.000000000 +0100 +++ pbdagcon-0.3+git20180411.c14c422+dfsg/debian/changelog 2021-02-27 15:13:14.000000000 +0100 @@ -1,3 +1,10 @@ +pbdagcon (0.3+git20180411.c14c422+dfsg-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix FTCBFS: Annotate python3 dependency :any. (Closes: #-1) + + -- Helmut Grohne <hel...@subdivi.de> Sat, 27 Feb 2021 15:13:14 +0100 + pbdagcon (0.3+git20180411.c14c422+dfsg-1) unstable; urgency=medium * Add myself to Uploaders to have at least one human uploader after diff --minimal -Nru pbdagcon-0.3+git20180411.c14c422+dfsg/debian/control pbdagcon-0.3+git20180411.c14c422+dfsg/debian/control --- pbdagcon-0.3+git20180411.c14c422+dfsg/debian/control 2020-01-28 11:13:47.000000000 +0100 +++ pbdagcon-0.3+git20180411.c14c422+dfsg/debian/control 2021-02-27 15:13:12.000000000 +0100 @@ -4,7 +4,7 @@ Section: science Priority: optional Build-Depends: debhelper-compat (= 12), - python3, + python3:any, zlib1g-dev, libhdf5-dev, libboost-dev,