Source: emacspeak
Version: 49.0+dfsg-3
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

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

Helmut
diff --minimal -Nru emacspeak-49.0+dfsg/debian/changelog 
emacspeak-49.0+dfsg/debian/changelog
--- emacspeak-49.0+dfsg/debian/changelog        2019-02-10 20:51:25.000000000 
+0100
+++ emacspeak-49.0+dfsg/debian/changelog        2019-07-26 06:18:51.000000000 
+0200
@@ -1,3 +1,10 @@
+emacspeak (49.0+dfsg-3.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, 26 Jul 2019 06:18:51 +0200
+
 emacspeak (49.0+dfsg-3) unstable; urgency=medium
 
   * Add dont-break-on-vm-cruft.patch to avoid installation failure
diff --minimal -Nru emacspeak-49.0+dfsg/debian/rules 
emacspeak-49.0+dfsg/debian/rules
--- emacspeak-49.0+dfsg/debian/rules    2019-02-10 20:51:25.000000000 +0100
+++ emacspeak-49.0+dfsg/debian/rules    2019-07-26 06:18:31.000000000 +0200
@@ -20,7 +20,7 @@
        dh  $@
 
 override_dh_auto_build-arch:
-       $(MAKE) TCL_VERSION="" --directory servers/linux-espeak
+       dh_auto_build --sourcedirectory=servers/linux-espeak -- TCL_VERSION=""
 
 override_dh_auto_build-indep:
        echo $(DEB_VERSION) > debian_version

Reply via email to