Source: komi
Version: 1.04-5
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

komi fails to cross build from source, because it does not pass cross
tools to make. The easiest way of doing so - using dh_auto_build - makes
komi cross buildable. Please consider applying the attached patch.

Helmut
diff -u komi-1.04/debian/rules komi-1.04/debian/rules
--- komi-1.04/debian/rules
+++ komi-1.04/debian/rules
@@ -21,7 +21,7 @@
 # Compile package
 build-stamp:
        dh_testdir
-       $(MAKE) DATAPATH=/usr/share/games/komi/ OPT="$(OPT)"
+       dh_auto_build -- DATAPATH=/usr/share/games/komi/ OPT="$(OPT)"
        touch build-stamp
 
 build-indep:
diff -u komi-1.04/debian/changelog komi-1.04/debian/changelog
--- komi-1.04/debian/changelog
+++ komi-1.04/debian/changelog
@@ -1,3 +1,10 @@
+komi (1.04-5.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Let dh_auto_build pass cross tools to make. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Mon, 06 Apr 2020 08:56:10 +0200
+
 komi (1.04-5) unstable; urgency=low
 
   * Fixed problem in Makefile that caused komi to link against many libraries

Reply via email to