Source: wcd
Version: 5.3.4-1
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

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

Helmut
diff --minimal -Nru wcd-5.3.4/debian/changelog wcd-5.3.4/debian/changelog
--- wcd-5.3.4/debian/changelog  2017-01-08 12:19:45.000000000 +0100
+++ wcd-5.3.4/debian/changelog  2019-05-30 09:40:54.000000000 +0200
@@ -1,3 +1,10 @@
+wcd (5.3.4-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>  Thu, 30 May 2019 09:40:54 +0200
+
 wcd (5.3.4-1) unstable; urgency=medium
 
   * New upstream release.
diff --minimal -Nru wcd-5.3.4/debian/rules wcd-5.3.4/debian/rules
--- wcd-5.3.4/debian/rules      2017-01-08 12:19:45.000000000 +0100
+++ wcd-5.3.4/debian/rules      2019-05-30 09:40:52.000000000 +0200
@@ -28,7 +28,7 @@
 include debian/debian-vars.mk
 
 override_dh_auto_build:
-       $(MAKE) -C src $(MAKE_OPTIONS) all
+       dh_auto_build --sourcedirectory=src -- $(MAKE_OPTIONS) all
 
 override_dh_auto_clean:
        $(MAKE) -C src $(MAKE_OPTIONS) clean

Reply via email to