[Pkg-kde-extras] Bug#843102: exiv2 FTCBFS: build-depends on host architecture python
Helmut Grohne
helmut at subdivi.de
Thu Nov 3 20:06:04 UTC 2016
Source: exiv2
Version: 0.25-3
Tags: patch
User: helmutg at debian.org
Usertags: rebootstrap
exiv2 fails to cross build from source, because it build depends on the
host architecture python, which is neither installable nor executable.
Fortunately, python is only needed as a build tool, so we should request
it for the build architecture by annotating it with :native or :any.
After doing so, exiv2 cross builds successfully. Please consider
applying the attached patch.
Helmut
-------------- next part --------------
diff --minimal -Nru exiv2-0.25/debian/changelog exiv2-0.25/debian/changelog
--- exiv2-0.25/debian/changelog 2016-05-18 18:38:05.000000000 +0200
+++ exiv2-0.25/debian/changelog 2016-11-03 21:00:09.000000000 +0100
@@ -1,3 +1,10 @@
+exiv2 (0.25-3.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix FTCBFS: Annotate python build dependency with :native (Closes: #-1)
+
+ -- Helmut Grohne <helmut at subdivi.de> Thu, 03 Nov 2016 20:59:56 +0100
+
exiv2 (0.25-3) unstable; urgency=medium
[ Norbert Preining ]
diff --minimal -Nru exiv2-0.25/debian/control exiv2-0.25/debian/control
--- exiv2-0.25/debian/control 2016-05-18 18:38:05.000000000 +0200
+++ exiv2-0.25/debian/control 2016-11-03 20:59:55.000000000 +0100
@@ -7,7 +7,7 @@
chrpath,
debhelper (>= 9~),
libexpat1-dev,
- python,
+ python:native,
xsltproc,
zlib1g-dev,
pkg-kde-tools
More information about the pkg-kde-extras
mailing list