Source: vstream-client
Version: 1.2-6.1
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

vstream-client fails to cross build from source, because it does not
pass cross tools to make. The easiest way of doing so is using
dh_auto_build. However, in this case, the makefile build system must be
forced, because debhelper otherwise assumes that configure detects cross
tools. Please consider applying the attached patch.

Helmut
diff --minimal -Nru vstream-client-1.2/debian/changelog 
vstream-client-1.2/debian/changelog
--- vstream-client-1.2/debian/changelog 2011-11-18 20:47:16.000000000 +0100
+++ vstream-client-1.2/debian/changelog 2020-08-11 16:19:28.000000000 +0200
@@ -1,3 +1,10 @@
+vstream-client (1.2-6.2) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Let dh_auto_build pass cross tools to make. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Tue, 11 Aug 2020 16:19:28 +0200
+
 vstream-client (1.2-6.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff --minimal -Nru vstream-client-1.2/debian/rules 
vstream-client-1.2/debian/rules
--- vstream-client-1.2/debian/rules     2011-11-18 20:47:16.000000000 +0100
+++ vstream-client-1.2/debian/rules     2020-08-11 16:19:17.000000000 +0200
@@ -58,10 +58,7 @@
 
 build-stamp:  config.status 
        dh_testdir
-
-       # Add here commands to compile the package.
-       $(MAKE)
-
+       dh_auto_build --buildsystem=makefile
        touch $@
 
 clean: 

Reply via email to