[Debian-med-packaging] Bug#983630: pbdagcon FTCBFS: python3 dependency not installable

Helmut Grohne helmut at subdivi.de
Sat Feb 27 14:16:13 GMT 2021


Source: pbdagcon
Version: 0.3+git20180411.c14c422+dfsg-1
Tags: patch
User: debian-cross at 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
-------------- next part --------------
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 <helmut at 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,


More information about the Debian-med-packaging mailing list