Bug#842888: libkate FTCBFS: build depends on host architecture python interpreter

Helmut Grohne helmut at subdivi.de
Wed Nov 2 05:39:11 UTC 2016


Source: libkate
Version: 0.4.1-7
Tags: patch
User: helmutg at debian.org
Usertags: rebootstrap

libkate fails to cross build from source, because it requests python for
the host architecture, but python is neither installable nor executable
there. Annotating the dependencies to request the interpreter for the
build architecture is sufficient to make a cross build succeed. Please
consider applying the attached patch.

Helmut
-------------- next part --------------
diff --minimal -Nru libkate-0.4.1/debian/changelog libkate-0.4.1/debian/changelog
--- libkate-0.4.1/debian/changelog	2016-02-17 15:34:40.000000000 +0100
+++ libkate-0.4.1/debian/changelog	2016-11-02 06:32:54.000000000 +0100
@@ -1,3 +1,10 @@
+libkate (0.4.1-7.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: multiarchify python Build-Depends. (Closes: #-1)
+
+ -- Helmut Grohne <helmut at subdivi.de>  Wed, 02 Nov 2016 06:32:35 +0100
+
 libkate (0.4.1-7) unstable; urgency=medium
 
   * Fix wrong name used in autopkgtest test script.
diff --minimal -Nru libkate-0.4.1/debian/control libkate-0.4.1/debian/control
--- libkate-0.4.1/debian/control	2016-02-10 08:17:56.000000000 +0100
+++ libkate-0.4.1/debian/control	2016-11-02 06:32:33.000000000 +0100
@@ -5,7 +5,7 @@
  Petter Reinholdtsen <pere at debian.org>
  , Martin Stegh??fer <martin at steghoefer.eu>
  , Ralph Giles <giles at thaumas.net>
-Build-Depends: dh-exec (>=0.3), debhelper (>= 9), dh-autoreconf, autotools-dev, python-all-dev, dh-python, liboggz-dev, pkg-config, libpng-dev, doxygen
+Build-Depends: dh-exec (>=0.3), debhelper (>= 9), dh-autoreconf, autotools-dev, python-all-dev:any, libpython-all-dev, dh-python, liboggz-dev, pkg-config, libpng-dev, doxygen
 Standards-Version: 3.9.6
 Section: libs
 Homepage: http://code.google.com/p/libkate/


More information about the pkg-xiph-maint mailing list