Source: kimwitu
Version: 4.6.1-7.2
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

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

Helmut
diff -u kimwitu-4.6.1/debian/changelog kimwitu-4.6.1/debian/changelog
--- kimwitu-4.6.1/debian/changelog
+++ kimwitu-4.6.1/debian/changelog
@@ -1,3 +1,10 @@
+kimwitu (4.6.1-7.3) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Let dh_auto_build pass cross tools to make. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Sun, 12 May 2019 07:10:53 +0200
+
 kimwitu (4.6.1-7.2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -u kimwitu-4.6.1/debian/rules kimwitu-4.6.1/debian/rules
--- kimwitu-4.6.1/debian/rules
+++ kimwitu-4.6.1/debian/rules
@@ -7,7 +7,7 @@
        dh_testdir
 
 # compile the package.
-       cd src; $(MAKE)
+       dh_auto_build --sourcedirectory=src
 
        touch build-stamp
 

Reply via email to