Source: exiv2
Version: 0.25-3
Tags: patch
User: helm...@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
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 <hel...@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
_______________________________________________
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras

Reply via email to