Source: defendguin Version: 0.0.12-6 Tags: patch User: helm...@debian.org Usertags: rebootstrap
defendguin fails to cross build from source, because it does not pass cross tools to make. The easiest way of fixing that is using dh_auto_build. Indeed that is sufficient for making defendguin cross buildable. Pleae consider applying the attached patch. Helmut
diff --minimal -Nru defendguin-0.0.12/debian/changelog defendguin-0.0.12/debian/changelog --- defendguin-0.0.12/debian/changelog 2016-07-14 14:54:33.000000000 +0200 +++ defendguin-0.0.12/debian/changelog 2018-09-19 19:52:52.000000000 +0200 @@ -1,3 +1,10 @@ +defendguin (0.0.12-6.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> Wed, 19 Sep 2018 19:52:52 +0200 + defendguin (0.0.12-6) unstable; urgency=medium * apply patch from Santiago Vila (closes: #806014) diff --minimal -Nru defendguin-0.0.12/debian/rules defendguin-0.0.12/debian/rules --- defendguin-0.0.12/debian/rules 2016-07-14 14:47:30.000000000 +0200 +++ defendguin-0.0.12/debian/rules 2018-09-19 19:52:51.000000000 +0200 @@ -8,7 +8,7 @@ dh $@ override_dh_auto_build: - make -j1 DEB_CFLAGS="$(CFLAGS)" DATA_PREFIX=/usr/share/games/defendguin/ + dh_auto_build --no-parallel -- DEB_CFLAGS="$(CFLAGS)" DATA_PREFIX=/usr/share/games/defendguin/ override_dh_auto_install: install -d debian/tmp/usr/games