Source: vtprint Version: 2.0.2-13 Tags: patch User: debian-cr...@lists.debian.org Usertags: ftcbfs
vtprint 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 vtprint cross buildable. Please consider applying the attached patch. Helmut
diff --minimal -Nru vtprint-2.0.2/debian/changelog vtprint-2.0.2/debian/changelog --- vtprint-2.0.2/debian/changelog 2013-06-28 00:22:16.000000000 +0200 +++ vtprint-2.0.2/debian/changelog 2019-09-06 21:20:06.000000000 +0200 @@ -1,3 +1,10 @@ +vtprint (2.0.2-13.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, 06 Sep 2019 21:20:06 +0200 + vtprint (2.0.2-13) unstable; urgency=low * convert package to 3.0 (quilt) source format diff --minimal -Nru vtprint-2.0.2/debian/rules vtprint-2.0.2/debian/rules --- vtprint-2.0.2/debian/rules 2013-06-27 23:42:31.000000000 +0200 +++ vtprint-2.0.2/debian/rules 2019-09-06 21:20:05.000000000 +0200 @@ -6,7 +6,7 @@ #export DH_VERBOSE=1 override_dh_auto_build: - $(MAKE) vtprint man woman FAQ FAQ.ps + dh_auto_build -- vtprint man woman FAQ FAQ.ps override_dh_auto_test: true # Don't print a test page