Source: ploticus Version: 2.42-4.1 Tags: patch User: debian-cr...@lists.debian.org Usertags: ftcbfs
ploticus 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 ploticus cross buildable. Please consider applying the attached patch. Helmut
diff --minimal -Nru ploticus-2.42/debian/changelog ploticus-2.42/debian/changelog --- ploticus-2.42/debian/changelog 2020-03-29 11:06:52.000000000 +0200 +++ ploticus-2.42/debian/changelog 2020-05-10 08:46:15.000000000 +0200 @@ -1,3 +1,10 @@ +ploticus (2.42-4.2) 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, 10 May 2020 08:46:15 +0200 + ploticus (2.42-4.1) unstable; urgency=medium * Non-maintainer upload. diff --minimal -Nru ploticus-2.42/debian/rules ploticus-2.42/debian/rules --- ploticus-2.42/debian/rules 2014-02-02 21:36:27.000000000 +0100 +++ ploticus-2.42/debian/rules 2020-05-10 08:46:14.000000000 +0200 @@ -18,7 +18,7 @@ build-stamp: configure-stamp dh_prep dh_testdir - $(MAKE) + dh_auto_build touch build-stamp clean: