Source: oscpack
Version: 1.1.0-2
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

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

Helmut
diff --minimal -Nru oscpack-1.1.0/debian/changelog 
oscpack-1.1.0/debian/changelog
--- oscpack-1.1.0/debian/changelog      2017-07-23 09:24:16.000000000 +0200
+++ oscpack-1.1.0/debian/changelog      2019-09-18 17:56:45.000000000 +0200
@@ -1,3 +1,9 @@
+oscpack (1.1.0-3) UNRELEASED; urgency=medium
+
+  * Fix FTCBFS: Let dh_auto_build pass cross tools to make. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Wed, 18 Sep 2019 17:56:45 +0200
+
 oscpack (1.1.0-2) unstable; urgency=medium
 
   * QA upload.
diff --minimal -Nru oscpack-1.1.0/debian/rules oscpack-1.1.0/debian/rules
--- oscpack-1.1.0/debian/rules  2017-07-23 01:14:28.000000000 +0200
+++ oscpack-1.1.0/debian/rules  2019-09-18 17:56:42.000000000 +0200
@@ -10,7 +10,7 @@
        dh $@
 
 override_dh_auto_build:
-       make lib
+       dh_auto_build -- lib
 
 override_dh_strip:
        dh_strip --dbgsym-migration='liboscpack-dbg (<< 1.1.0-1~)'

Reply via email to