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

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

Helmut
diff -u rig-1.11/debian/changelog rig-1.11/debian/changelog
--- rig-1.11/debian/changelog
+++ rig-1.11/debian/changelog
@@ -1,3 +1,10 @@
+rig (1.11-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>  Fri, 06 Dec 2019 16:44:28 +0100
+
 rig (1.11-1) unstable; urgency=low
 
   * New upstream release
diff -u rig-1.11/debian/control rig-1.11/debian/control
--- rig-1.11/debian/control
+++ rig-1.11/debian/control
@@ -2,7 +2,7 @@
 Section: misc
 Priority: extra
 Maintainer: Norbert Veber <nve...@debian.org>
-Build-Depends: debhelper (>> 5.0.0)
+Build-Depends: debhelper (>= 7)
 Standards-Version: 3.8.0
 
 Package: rig
diff -u rig-1.11/debian/rules rig-1.11/debian/rules
--- rig-1.11/debian/rules
+++ rig-1.11/debian/rules
@@ -18,7 +18,7 @@
        dh_testdir
 
        # Add here commands to compile the package.
-       $(MAKE)
+       dh_auto_build
 
        touch build-stamp
 

Reply via email to