Source: sprng Version: 2.0a-11 Tags: patch User: [email protected] Usertags: rebootstrap
sprng fails to cross build from source, because it does not pass cross tools to make. The easiest way of doing so is using dh_auto_build. That is sufficient to make sprng cross buildable. Please consider applying the attached patch. Helmut
diff -u sprng-2.0a/debian/changelog sprng-2.0a/debian/changelog --- sprng-2.0a/debian/changelog +++ sprng-2.0a/debian/changelog @@ -1,3 +1,10 @@ +sprng (2.0a-11.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix FTCBFS: Let dh_auto_build pass cross tools to make. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Fri, 20 Jul 2018 16:42:20 +0200 + sprng (2.0a-11) unstable; urgency=medium * Makefile: Minor pedantic issue addressed (Closes: #865692) diff -u sprng-2.0a/debian/rules sprng-2.0a/debian/rules --- sprng-2.0a/debian/rules +++ sprng-2.0a/debian/rules @@ -38,7 +38,7 @@ # Add here commands to compile the package. #$(MAKE) ## NB 'make src' makes just the library - $(MAKE) src + dh_auto_build -- src touch build-stamp

