Source: wbox Version: 5-1 Tags: patch User: debian-cr...@lists.debian.org Usertags: ftcbfs
wbox fails to cross build from source, because it does not pass cross tools to make. The easiest way of doing so - using dh_auto_build - makes wbox cross buildable. Please consider applying the attached patch. Helmut
diff -u wbox-5/debian/rules wbox-5/debian/rules --- wbox-5/debian/rules +++ wbox-5/debian/rules @@ -12,8 +12,7 @@ build: patch-stamp build-stamp build-stamp: - $(MAKE) DESTDIR=$(CURDIR)/debian/wbox wbox - + dh_auto_build -- DESTDIR=$(CURDIR)/debian/wbox wbox touch build-stamp clean: unpatch diff -u wbox-5/debian/changelog wbox-5/debian/changelog --- wbox-5/debian/changelog +++ wbox-5/debian/changelog @@ -1,3 +1,10 @@ +wbox (5-1.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> Thu, 24 Jun 2021 12:30:10 +0200 + wbox (5-1) unstable; urgency=low * Initial release (Closes: #480981)