Source: dvdtape Version: 1.6-2 Tags: patch User: debian-cr...@lists.debian.org Usertags: ftcbfs
dvdtape 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 dvdtape cross buildable. Please consider applying the attached patch. Helmut
diff -u dvdtape-1.6/debian/changelog dvdtape-1.6/debian/changelog --- dvdtape-1.6/debian/changelog +++ dvdtape-1.6/debian/changelog @@ -1,3 +1,10 @@ +dvdtape (1.6-2.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, 04 Oct 2020 20:51:01 +0200 + dvdtape (1.6-2) unstable; urgency=medium * Update debhelper compat level. Closes: #800175 diff -u dvdtape-1.6/debian/rules dvdtape-1.6/debian/rules --- dvdtape-1.6/debian/rules +++ dvdtape-1.6/debian/rules @@ -9,7 +9,7 @@ build-stamp: dh_testdir - make + dh_auto_build touch build-stamp clean: