diff -Nru ecj-3.11.0/debian/changelog ecj-3.11.0/debian/changelog --- ecj-3.11.0/debian/changelog 2016-09-04 14:33:15.000000000 +0000 +++ ecj-3.11.0/debian/changelog 2016-09-13 08:54:29.000000000 +0000 @@ -1,3 +1,9 @@ +ecj (3.11.0-7) unstable; urgency=medium + + * Try to work around build failures on m68k, powerpcspe, ppc64 sh4, sparc64. + + -- Matthias Klose Tue, 13 Sep 2016 10:54:29 +0200 + ecj (3.11.0-6) unstable; urgency=medium * Build ecj1 on any architecture. diff -Nru ecj-3.11.0/debian/ecj1.lintian-overrides ecj-3.11.0/debian/ecj1.lintian-overrides --- ecj-3.11.0/debian/ecj1.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ ecj-3.11.0/debian/ecj1.lintian-overrides 2016-09-04 14:33:15.000000000 +0000 @@ -0,0 +1 @@ +ecj1 binary: binary-or-shlib-defines-rpath diff -Nru ecj-3.11.0/debian/rules ecj-3.11.0/debian/rules --- ecj-3.11.0/debian/rules 2016-08-05 10:27:18.000000000 +0000 +++ ecj-3.11.0/debian/rules 2016-09-13 08:54:29.000000000 +0000 @@ -27,7 +27,7 @@ with_rebuild := yes with_sourcebuild := yes -ifneq (,$(filter $(DEB_HOST_ARCH), s390x)) +ifneq (,$(filter $(DEB_HOST_ARCH), m68k powerpcspe ppc64 s390x sh4 sparc64)) with_sourcebuild := endif