Source: empire-lafe
Version: 1.1-1
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

empire-lafe 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 empire-lafe cross buildable. Please consider
applying the attached patch.

Helmut
diff -u empire-lafe-1.1/debian/changelog empire-lafe-1.1/debian/changelog
--- empire-lafe-1.1/debian/changelog
+++ empire-lafe-1.1/debian/changelog
@@ -1,3 +1,10 @@
+empire-lafe (1.1-1.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>  Fri, 06 Sep 2019 21:19:22 +0200
+
 empire-lafe (1.1-1) unstable; urgency=low
 
   * New upstream (Closes: #554326)
diff -u empire-lafe-1.1/debian/rules empire-lafe-1.1/debian/rules
--- empire-lafe-1.1/debian/rules
+++ empire-lafe-1.1/debian/rules
@@ -15,7 +15,7 @@
 
        
        # Add here commands to compile the package.
-       make CFLAGS="-O2 -g -Wall -DLAFERC=\\\"/etc/laferc\\\" 
-DLAFEREVISION=\\\"$(version)\\\"" linux
+       dh_auto_build -- CFLAGS="-O2 -g -Wall -DLAFERC=\\\"/etc/laferc\\\" 
-DLAFEREVISION=\\\"$(version)\\\"" linux
 
        touch build-stamp
 

Reply via email to