Source: quelcom
Version: 0.4.0-13
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

quelcom fails to cross build from source, because it does not pass cross
tools to make. The easist way of fixing that - using dh_auto_build -
makes quelcom cross buildable. Please consider applying the attached
patch.

Helmut
diff --minimal -Nru quelcom-0.4.0/debian/changelog 
quelcom-0.4.0/debian/changelog
--- quelcom-0.4.0/debian/changelog      2012-01-17 10:28:22.000000000 +0100
+++ quelcom-0.4.0/debian/changelog      2019-06-28 19:30:30.000000000 +0200
@@ -1,3 +1,10 @@
+quelcom (0.4.0-13.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, 28 Jun 2019 19:30:30 +0200
+
 quelcom (0.4.0-13) unstable; urgency=low
 
   * Convert to dpkg-source 3.0 (quilt)
diff --minimal -Nru quelcom-0.4.0/debian/rules quelcom-0.4.0/debian/rules
--- quelcom-0.4.0/debian/rules  2012-01-17 10:28:07.000000000 +0100
+++ quelcom-0.4.0/debian/rules  2019-06-28 19:30:29.000000000 +0200
@@ -16,7 +16,7 @@
        dh_testdir
        # stripping is disabled during the build so that it can
        # be done (or not) by dh_strip
-       $(MAKE) PREFIX=/usr STRIP=/bin/true
+       dh_auto_build -- PREFIX=/usr STRIP=/bin/true
        touch build-stamp
 
 clean:

Reply via email to