Source: jazip Version: 0.34-15.1 Tags: patch User: [email protected] Usertags: rebootstrap
jazip 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 jazip cross buildable. Please consider applying the attached patch. Helmut
diff --minimal -Nru jazip-0.34/debian/changelog jazip-0.34/debian/changelog --- jazip-0.34/debian/changelog 2011-12-14 04:42:39.000000000 +0100 +++ jazip-0.34/debian/changelog 2019-05-11 21:46:07.000000000 +0200 @@ -1,3 +1,10 @@ +jazip (0.34-15.2) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix FTCBFS: Let dh_auto_build pass cross tools to make. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Sat, 11 May 2019 21:46:07 +0200 + jazip (0.34-15.1) unstable; urgency=low * Non-maintainer upload. diff --minimal -Nru jazip-0.34/debian/rules jazip-0.34/debian/rules --- jazip-0.34/debian/rules 2010-05-28 01:50:52.000000000 +0200 +++ jazip-0.34/debian/rules 2019-05-11 21:46:06.000000000 +0200 @@ -17,7 +17,7 @@ build: dh_testdir - make shared CFLAGS="$(CFLAGS)" + dh_auto_build -- shared CFLAGS="$(CFLAGS)" touch build clean:

