[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#913117: libplist FTCBFS: python build dependencies not installable



Source: libplist
Version: 2.0.0-5
Tags: patch
User: helmutg@debian.org
Usertags: rebootstrap

libplist fails to cross build from source, because installing the
python-related build dependencies fails. The attached patch updates the
dependencies. The rest of the build system and scripts just work. Please
consider applying the patch.

Helmut
diff --minimal -Nru libplist-2.0.0/debian/changelog libplist-2.0.0/debian/changelog
--- libplist-2.0.0/debian/changelog	2018-09-18 21:17:32.000000000 +0200
+++ libplist-2.0.0/debian/changelog	2018-11-07 07:53:50.000000000 +0100
@@ -1,3 +1,10 @@
+libplist (2.0.0-5.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Update python build depends for cross building. (Closes: #-1)
+
+ -- Helmut Grohne <helmut@subdivi.de>  Wed, 07 Nov 2018 07:53:50 +0100
+
 libplist (2.0.0-5) unstable; urgency=medium
 
   * QA upload.
diff --minimal -Nru libplist-2.0.0/debian/control libplist-2.0.0/debian/control
--- libplist-2.0.0/debian/control	2018-09-18 21:17:32.000000000 +0200
+++ libplist-2.0.0/debian/control	2018-11-07 07:53:50.000000000 +0100
@@ -5,14 +5,15 @@
 Standards-Version: 4.2.1
 Build-Depends:
  chrpath,
- cython,
+ cython:native,
  debhelper (>= 11~),
  dh-python,
  doxygen,
  dpkg-dev (>= 1.16.1),
  libxml2-dev,
  pkg-config,
- python-all-dev (>= 2.6.6-3~),
+ libpython-all-dev (>= 2.6.6-3~),
+ python-all-dev:any (>= 2.6.6-3~),
 X-Python-Version: >= 2.6
 Homepage: https://www.libimobiledevice.org/
 Vcs-Git: https://salsa.debian.org/debian/libplist.git

Reply to: