Source: mac-robber Version: 1.02-5 Tags: patch User: [email protected] Usertags: rebootstrap
mac-robber fails to cross build from source, because it uses the build architecture compiler. The easiest way of fixing that is letting dh_auto_build do it. After doing so, mac-robber cross builds successfully. Please consider applying the attached patch. Helmut
diff --minimal -Nru mac-robber-1.02/debian/changelog mac-robber-1.02/debian/changelog --- mac-robber-1.02/debian/changelog 2016-12-30 11:35:43.000000000 +0100 +++ mac-robber-1.02/debian/changelog 2018-04-05 17:54:36.000000000 +0200 @@ -1,3 +1,10 @@ +mac-robber (1.02-5.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix FTCBFS: Let dh_auto_build pass cross tools to make. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Thu, 05 Apr 2018 17:54:36 +0200 + mac-robber (1.02-5) unstable; urgency=medium * Bumped DH level to 10. diff --minimal -Nru mac-robber-1.02/debian/rules mac-robber-1.02/debian/rules --- mac-robber-1.02/debian/rules 2016-12-30 11:35:43.000000000 +0100 +++ mac-robber-1.02/debian/rules 2018-04-05 17:54:34.000000000 +0200 @@ -7,4 +7,4 @@ dh $@ override_dh_auto_build: - make linux_notstatic + dh_auto_build -- linux_notstatic

