Source: jikespg Version: 1.3-3 Tags: patch User: debian-cr...@lists.debian.org Usertags: ftcbfs
jikespg fails to cross build from source, because it does not pass cross tools to make. The easiest way of fixing that - using dh_auto_build - makes jikespg cross buildable. Please consider applying the attached patch. Helmut
diff --minimal -Nru jikespg-1.3/debian/changelog jikespg-1.3/debian/changelog --- jikespg-1.3/debian/changelog 2014-05-31 18:23:20.000000000 +0200 +++ jikespg-1.3/debian/changelog 2021-05-13 09:26:23.000000000 +0200 @@ -1,3 +1,10 @@ +jikespg (1.3-3.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> Thu, 13 May 2021 09:26:23 +0200 + jikespg (1.3-3) unstable; urgency=medium * Add Vcs-* fields into d/control. diff --minimal -Nru jikespg-1.3/debian/rules jikespg-1.3/debian/rules --- jikespg-1.3/debian/rules 2014-05-31 18:23:20.000000000 +0200 +++ jikespg-1.3/debian/rules 2021-05-13 09:26:23.000000000 +0200 @@ -1,10 +1,4 @@ #!/usr/bin/make -f %: - dh $@ - -override_dh_auto_build: - make -C src - -override_dh_auto_clean: - make -C src clean + dh $@ --sourcedirectory=src