Source: kuvert Version: 2.2.2 Tags: patch User: debian-cr...@lists.debian.org Usertags: ftcbfs
kuvert 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 kuvert cross buildable. Please consider applying the attached patch. Helmut
diff --minimal -Nru kuvert-2.2.2/debian/changelog kuvert-2.2.2+nmu1/debian/changelog --- kuvert-2.2.2/debian/changelog 2017-10-28 03:39:51.000000000 +0200 +++ kuvert-2.2.2+nmu1/debian/changelog 2021-08-01 20:26:02.000000000 +0200 @@ -1,3 +1,10 @@ +kuvert (2.2.2+nmu1) 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, 01 Aug 2021 20:26:02 +0200 + kuvert (2.2.2) unstable; urgency=medium * kill/reload code now runs earlier, which makes diff --minimal -Nru kuvert-2.2.2/debian/rules kuvert-2.2.2+nmu1/debian/rules --- kuvert-2.2.2/debian/rules 2017-10-28 03:38:02.000000000 +0200 +++ kuvert-2.2.2+nmu1/debian/rules 2021-08-01 20:25:57.000000000 +0200 @@ -18,9 +18,7 @@ build-stamp: dh_testdir - - $(MAKE) - + dh_auto_build touch build-stamp clean: