Source: icom Version: 20120228-3 Tags: patch User: helm...@debian.org Usertags: rebootstrap
icom fails to cross build from source, because it does not pass cross tools to make. The easiest way of fixing that - using dh_auto_build - makes icom cross buildable. Please consider applying the attached patch. Helmut
diff --minimal -Nru icom-20120228/debian/changelog icom-20120228/debian/changelog --- icom-20120228/debian/changelog 2017-07-02 11:46:00.000000000 +0200 +++ icom-20120228/debian/changelog 2019-05-19 13:54:11.000000000 +0200 @@ -1,3 +1,10 @@ +icom (20120228-3.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> Sun, 19 May 2019 13:54:11 +0200 + icom (20120228-3) unstable; urgency=medium * Remove hamish from uploaders since he has retired (closes: #831489) diff --minimal -Nru icom-20120228/debian/control icom-20120228/debian/control --- icom-20120228/debian/control 2017-07-02 11:46:00.000000000 +0200 +++ icom-20120228/debian/control 2019-05-19 13:53:20.000000000 +0200 @@ -4,7 +4,7 @@ Maintainer: Debian Hamradio Maintainers <debian-h...@lists.debian.org> Uploaders: Jaime Robles <ja...@debian.org>, Patrick Ouellette <poue...@debian.org>, Colin Tuckley <col...@debian.org> Standards-Version: 3.9.8 -Build-Depends: debhelper (>= 6), dpkg-dev (>= 1.16.1~) +Build-Depends: debhelper (>= 7), dpkg-dev (>= 1.16.1~) Package: icom Architecture: any diff --minimal -Nru icom-20120228/debian/rules icom-20120228/debian/rules --- icom-20120228/debian/rules 2014-10-15 18:57:05.000000000 +0200 +++ icom-20120228/debian/rules 2019-05-19 13:53:33.000000000 +0200 @@ -10,7 +10,7 @@ build-indep: build-stamp build-stamp: dh_testdir - make + dh_auto_build touch build clean: