This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository java-policy.
commit e725edc52e095bb9ddf6e82dbf59cbe54cd35d4d Author: Emmanuel Bourg <[email protected]> Date: Tue Sep 1 22:45:37 2015 +0200 Use OpenJDK 8 on the architectures with a port available --- debian/changelog | 2 ++ debian/java_defaults.mk | 10 ++++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 127a39d..d9bfb64 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ java-common (0.53) UNRELEASED; urgency=medium * Team upload. + * Use OpenJDK 8 on amd64, arm64, armel, armhf, i386, powerpc, powerpcspe, + ppc64, ppc64el, s390x and x32. * Prepared the default values for Java 9 * Policy changes: - Programs must depend on the needed runtime environment, but not diff --git a/debian/java_defaults.mk b/debian/java_defaults.mk index 62a2a80..2f490c8 100644 --- a/debian/java_defaults.mk +++ b/debian/java_defaults.mk @@ -3,11 +3,13 @@ # java{,5,6,7,8,9}_architectures java9_architectures = -java8_architectures = $(java9_architectures) -java7_architectures = $(java8_architectures) alpha amd64 arm64 armel armhf arm64 i386 lpia \ - mips mipsel mips64el \ +java8_architectures = $(java9_architectures) \ + amd64 arm64 armel armhf i386 \ powerpc powerpcspe ppc64 ppc64el \ - s390x sh4 x32 + s390x x32 +java7_architectures = $(java8_architectures) \ + alpha lpia \ + mips mipsel mips64el sh4 java6_architectures = $(java7_architectures) java5_architectures = $(java6_architectures) \ hppa ia64 m68k s390 sparc sparc64 \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/java-policy.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

