Source: f3 Version: 7.0-1 Tags: patch User: helm...@debian.org Usertags: rebootstrap
f3 fails to cross build from source, because it does not pass cross compilers to "make extra". Using dh_auto_build, f3 cross builds successfully. Please consider applying the attached patch. Helmut
diff --minimal -Nru f3-7.0/debian/changelog f3-7.0/debian/changelog --- f3-7.0/debian/changelog 2018-01-06 16:08:16.000000000 +0100 +++ f3-7.0/debian/changelog 2018-03-26 20:31:02.000000000 +0200 @@ -1,3 +1,10 @@ +f3 (7.0-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> Mon, 26 Mar 2018 20:31:02 +0200 + f3 (7.0-1) unstable; urgency=medium * New upstream release diff --minimal -Nru f3-7.0/debian/rules f3-7.0/debian/rules --- f3-7.0/debian/rules 2018-01-06 16:08:16.000000000 +0100 +++ f3-7.0/debian/rules 2018-03-26 20:31:00.000000000 +0200 @@ -8,7 +8,7 @@ override_dh_auto_build: dh_auto_build - $(MAKE) extra + dh_auto_build -- extra override_dh_auto_install: dh_auto_install -- PREFIX=/usr