Source: javatools Version: 0.48 Severity: grave Control: fixed -1 0.55 Hi,
javahelper's java-arch.sh returns 'ppc64' on ppc64el, but recent java versions seem to use 'ppc64le' instead, leading to build failures. This needs to be fixed in stable. I'll send the following diff to the stable release managers for approval (amended to close this bug). Cheers, Julien diff -Nru javatools-0.48/debian/changelog javatools-0.48+deb8u1/debian/changelog --- javatools-0.48/debian/changelog 2014-12-12 07:44:41.000000000 +0100 +++ javatools-0.48+deb8u1/debian/changelog 2016-08-06 10:46:49.000000000 +0200 @@ -1,3 +1,10 @@ +javatools (0.48+deb8u1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fixed the arch returned for ppc64el in java-arch.sh + + -- Julien Cristau <[email protected]> Sat, 06 Aug 2016 10:46:30 +0200 + javatools (0.48) unstable; urgency=medium * Team upload. diff -Nru javatools-0.48/java-arch.sh javatools-0.48+deb8u1/java-arch.sh --- javatools-0.48/java-arch.sh 2014-12-12 07:44:41.000000000 +0100 +++ javatools-0.48+deb8u1/java-arch.sh 2016-08-06 10:46:07.000000000 +0200 @@ -24,7 +24,7 @@ echo ppc ;; ppc64el) - echo ppc64 + echo ppc64le ;; hppa) echo parisc __ This is the maintainer address of Debian's Java team <http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. Please use [email protected] for discussions and questions.

