Source: vblade Version: 24-3 Tags: patch User: debian-cr...@lists.debian.org Usertags: ftcbfs
vblade fails to cross build from source, because it does not pass cross tools to make. The easiest way of fixing that - using dh_auto_build - makes vblade cross buildable. Please consider applying the attached patch. Helmut
diff --minimal -Nru vblade-24/debian/changelog vblade-24/debian/changelog --- vblade-24/debian/changelog 2019-02-25 20:47:57.000000000 +0100 +++ vblade-24/debian/changelog 2020-04-19 22:17:51.000000000 +0200 @@ -1,3 +1,10 @@ +vblade (24-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> Sun, 19 Apr 2020 22:17:51 +0200 + vblade (24-3) unstable; urgency=medium * Improve init scripts diff --minimal -Nru vblade-24/debian/rules vblade-24/debian/rules --- vblade-24/debian/rules 2018-09-15 13:22:56.000000000 +0200 +++ vblade-24/debian/rules 2020-04-19 22:17:51.000000000 +0200 @@ -19,7 +19,7 @@ dh_clean override_dh_auto_build: - $(MAKE) PLATFORM=$(PLATFORM) + dh_auto_build --no-parallel -- PLATFORM=$(PLATFORM) override_dh_auto_install: $(MAKE) install prefix=debian/vblade/usr