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 89d0ad86695b44fa4a8579686c59af1f6035a069 Author: Emmanuel Bourg <[email protected]> Date: Tue May 6 09:04:18 2014 +0000 Use OpenJDK 7 on mips64el (Closes: #747179) --- debian/changelog | 1 + debian/java_defaults.mk | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 8c9ebdc..5f8ce95 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ java-common (0.52) UNRELEASED; urgency=medium * Team upload. + * Use OpenJDK 7 on mips64el (Closes: #747179) * Prepared the default values for Java 8 * Use 'set -e' instead of '#!/bin/sh -e' in debian/java-common.postrm * Switch to debhelper level 9 diff --git a/debian/java_defaults.mk b/debian/java_defaults.mk index f51b8b9..65728f4 100644 --- a/debian/java_defaults.mk +++ b/debian/java_defaults.mk @@ -4,7 +4,7 @@ java8_architectures = java7_architectures = alpha amd64 arm64 armel armhf arm64 i386 lpia \ - mips mipsel \ + mips mipsel mips64el \ powerpc powerpcspe ppc64 ppc64el \ s390x sh4 x32 java6_architectures = $(java7_architectures) -- 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

