[java-policy] 193/198: Use OpenJDK 8 on mips, mipsel and mips64el

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Sep 23 07:49:45 UTC 2015


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 1c4b9772cc89c84de1966001b8342606a065cfdf
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Tue Sep 22 09:24:20 2015 +0200

    Use OpenJDK 8 on mips, mipsel and mips64el
---
 debian/changelog        | 7 +++++++
 debian/java_defaults.mk | 4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7e7b0c7..846c771 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+java-common (0.54) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Use OpenJDK 8 on mips, mipsel and mips64el.
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Tue, 22 Sep 2015 09:23:34 +0200
+
 java-common (0.53) experimental; urgency=medium
 
   * Team upload.
diff --git a/debian/java_defaults.mk b/debian/java_defaults.mk
index 2f490c8..dc20ecc 100644
--- a/debian/java_defaults.mk
+++ b/debian/java_defaults.mk
@@ -5,11 +5,11 @@
 java9_architectures =
 java8_architectures = $(java9_architectures) \
 		amd64 arm64 armel armhf i386 \
+		mips mipsel mips64el \
 		powerpc powerpcspe ppc64 ppc64el \
 		s390x x32
 java7_architectures = $(java8_architectures) \
-		alpha lpia \
-		mips mipsel mips64el sh4
+		alpha lpia 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



More information about the pkg-java-commits mailing list