[Debian-med-packaging] Bug#929330: uc-echo FTCBFS: unsatisfiable Build-Depends

Helmut Grohne helmut at subdivi.de
Tue May 21 20:12:47 BST 2019


Source: uc-echo
Version: 1.12-10
Tags: patch
User: debian-cross at lists.debian.org
Usertags: cross-satisfiability

uc-echo fails to cross build from source, because its Build-Depends are
not satisfiable. python-all-dev should be replaced with
python-all-dev:any, libpython-all-dev. The python modules can be
annotated with :native. After doing so, uc-echo cross builds
successfully. Please consider applying the attached patch.

Helmut
-------------- next part --------------
diff --minimal -Nru uc-echo-1.12/debian/changelog uc-echo-1.12/debian/changelog
--- uc-echo-1.12/debian/changelog	2018-07-03 15:30:44.000000000 +0200
+++ uc-echo-1.12/debian/changelog	2019-05-21 21:01:35.000000000 +0200
@@ -1,3 +1,10 @@
+uc-echo (1.12-10.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Annotate Build-Depends. (Closes: #-1)
+
+ -- Helmut Grohne <helmut at subdivi.de>  Tue, 21 May 2019 21:01:35 +0200
+
 uc-echo (1.12-10) unstable; urgency=medium
 
   [ Steffen Moeller and Jon Ison ]
diff --minimal -Nru uc-echo-1.12/debian/control uc-echo-1.12/debian/control
--- uc-echo-1.12/debian/control	2018-07-03 15:30:44.000000000 +0200
+++ uc-echo-1.12/debian/control	2019-05-21 21:01:35.000000000 +0200
@@ -6,9 +6,10 @@
 Section: science
 Priority: optional
 Build-Depends: debhelper (>= 11~),
-               python-all-dev,
-               python-scipy,
-               python-numpy,
+               python-all-dev:any,
+               libpython-all-dev,
+               python-scipy:native,
+               python-numpy:native,
                g++-multilib [i386 powerpc sparc x32]
 Standards-Version: 4.1.4
 Vcs-Browser: https://salsa.debian.org/med-team/uc-echo


More information about the Debian-med-packaging mailing list