Source: ninvaders Version: 0.1.1-3 Tags: patch User: helm...@debian.org Usertags: rebootstrap
ninvaders fails to cross build from source, because it does not pass a cross compiler to make. The easiest way to fix that is using dh_auto_build. After doing so, ninvaders cross builds successfully. Please consider applying the attached patch. Helmut
diff -u ninvaders-0.1.1/debian/changelog ninvaders-0.1.1/debian/changelog --- ninvaders-0.1.1/debian/changelog +++ ninvaders-0.1.1/debian/changelog @@ -1,3 +1,10 @@ +ninvaders (0.1.1-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> Fri, 08 Jun 2018 16:44:32 +0200 + ninvaders (0.1.1-3) unstable; urgency=low * Fix overflow in lowest_ship array. Closes: #597036 diff -u ninvaders-0.1.1/debian/rules ninvaders-0.1.1/debian/rules --- ninvaders-0.1.1/debian/rules +++ ninvaders-0.1.1/debian/rules @@ -22,7 +22,7 @@ build-stamp: configure-stamp dh_testdir - $(MAKE) + dh_auto_build touch build-stamp clean: