Source: vectoroids Version: 1.1.0-14 Tags: patch User: helm...@debian.org Usertags: rebootstrap
vectoroids fails to cross build from source, because it does not pass cross tools to make. The easiest way of doing that is using dh_auto_build. That is sufficient to make vectoroids cross buildable. Please consider applying the attached patch. Helmut
diff --minimal -Nru vectoroids-1.1.0/debian/changelog vectoroids-1.1.0/debian/changelog --- vectoroids-1.1.0/debian/changelog 2018-09-07 21:00:44.000000000 +0200 +++ vectoroids-1.1.0/debian/changelog 2019-01-02 15:39:15.000000000 +0100 @@ -1,3 +1,10 @@ +vectoroids (1.1.0-14.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, 02 Jan 2019 15:39:15 +0100 + vectoroids (1.1.0-14) unstable; urgency=medium * switch to debhelper 11 diff --minimal -Nru vectoroids-1.1.0/debian/rules vectoroids-1.1.0/debian/rules --- vectoroids-1.1.0/debian/rules 2018-09-07 21:00:44.000000000 +0200 +++ vectoroids-1.1.0/debian/rules 2019-01-02 15:39:13.000000000 +0100 @@ -15,7 +15,7 @@ -rm -rf data/images/.xvpics override_dh_auto_build: - make -j1 DATA_PREFIX=/usr/share/games/vectoroids/ + dh_auto_build --no-parallel -- DATA_PREFIX=/usr/share/games/vectoroids/ override_dh_auto_install: make install \