summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuel Bourg <ebourg@apache.org>2015-09-01 22:45:37 +0200
committerEmmanuel Bourg <ebourg@apache.org>2015-09-01 22:46:30 +0200
commite725edc52e095bb9ddf6e82dbf59cbe54cd35d4d (patch)
tree60c220348b1ee6a81d6e86bc7bfccf58fea2d25e
parent763a290c3f4a830eaf63dedd95c619c853ca6307 (diff)
downloadjava-common-e725edc52e095bb9ddf6e82dbf59cbe54cd35d4d.tar.gz
Use OpenJDK 8 on the architectures with a port available
-rw-r--r--debian/changelog2
-rw-r--r--debian/java_defaults.mk10
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 \