Source: pspresent Version: 1.3-4 Tags: patch User: helm...@debian.org Usertags: rebootstrap
pspresent 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 pspresent cross buildable. Please consider applying the attached patch. Helmut
diff -u pspresent-1.3/debian/changelog pspresent-1.3/debian/changelog --- pspresent-1.3/debian/changelog +++ pspresent-1.3/debian/changelog @@ -1,3 +1,10 @@ +pspresent (1.3-4.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, 17 May 2019 21:49:17 +0200 + pspresent (1.3-4) unstable; urgency=low * Bug fix: "obsolete build-dep on x-dev", thanks to diff -u pspresent-1.3/debian/rules pspresent-1.3/debian/rules --- pspresent-1.3/debian/rules +++ pspresent-1.3/debian/rules @@ -26,7 +26,7 @@ build-stamp: configure-stamp dh_testdir - $(MAKE) + dh_auto_build touch build-stamp clean: