Source: libkate Version: 0.4.1-7 Tags: patch User: helm...@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
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 <hel...@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 <p...@debian.org> , Martin Steghöfer <mar...@steghoefer.eu> , Ralph Giles <gi...@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/