Source: cba Version: 0.3.6-4.1 Tags: patch User: helm...@debian.org Usertags: rebootstrap
cba fails to cross build from source, because it uses the build architecture compiler. The easiest way to fix that is letting dh_auto_build pass cross tools to make. After doing so, cba cross builds successfully. Please consider applying the attached patch. Helmut
diff --minimal -Nru cba-0.3.6/debian/changelog cba-0.3.6/debian/changelog --- cba-0.3.6/debian/changelog 2014-06-06 03:23:40.000000000 +0200 +++ cba-0.3.6/debian/changelog 2018-06-23 09:36:11.000000000 +0200 @@ -1,3 +1,10 @@ +cba (0.3.6-4.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> Sat, 23 Jun 2018 09:36:11 +0200 + cba (0.3.6-4.1) unstable; urgency=medium * Non-maintainer upload. diff --minimal -Nru cba-0.3.6/debian/rules cba-0.3.6/debian/rules --- cba-0.3.6/debian/rules 2014-03-25 06:26:35.000000000 +0100 +++ cba-0.3.6/debian/rules 2018-06-23 09:36:03.000000000 +0200 @@ -21,7 +21,7 @@ build-stamp: configure-stamp dh_testdir - $(MAKE) + dh_auto_build touch $@