Source: libfiu
Version: 0.95-4
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

libfiu fails to cross build from source, because its python
Build-Depends are not installable. The attached patch updates the
Build-Depends for cross building. After doing so, libfiu still fails
(finding the soname of libc.so with a relatively unusual technique).
Please close this bug anyway when applying the attached patch. Thus the
next build failure becomes more visible.

Helmut
diff --minimal -Nru libfiu-0.95/debian/changelog libfiu-0.95/debian/changelog
--- libfiu-0.95/debian/changelog        2017-07-25 22:51:44.000000000 +0200
+++ libfiu-0.95/debian/changelog        2018-03-14 19:33:41.000000000 +0100
@@ -1,3 +1,10 @@
+libfiu (0.95-4.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Multiarchify Build-Depends. (closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Wed, 14 Mar 2018 19:33:41 +0100
+
 libfiu (0.95-4) unstable; urgency=medium
 
   * Apply patch from Steve Langasek via Ubuntu to fix autopkgtests by using
diff --minimal -Nru libfiu-0.95/debian/control libfiu-0.95/debian/control
--- libfiu-0.95/debian/control  2017-07-25 22:51:44.000000000 +0200
+++ libfiu-0.95/debian/control  2018-03-14 19:33:39.000000000 +0100
@@ -5,9 +5,11 @@
 Build-Depends:
  debhelper (>= 9),
  dh-python,
- python-all-dev,
+ libpython-all-dev,
+ libpython3-all-dev,
+ python-all-dev:any,
  python-docutils,
- python3-all-dev
+ python3-all-dev:any
 Standards-Version: 3.9.8
 Homepage: http://blitiri.com.ar/p/libfiu/
 Vcs-Git: https://github.com/lamby/pkg-libfiu

Reply via email to