[java-common] 01/03: Use OpenJDK 9 on alpha, armel, powerpcspe and sh4
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Fri Nov 24 12:53:36 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to annotated tag debian/0.59+exp2
in repository java-common.
commit 6ceea3bc8d46064f499f69dc132b891b397de2e4
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Fri Nov 24 12:39:16 2017 +0100
Use OpenJDK 9 on alpha, armel, powerpcspe and sh4
---
debian/changelog | 7 +++++++
debian/java_defaults.mk | 9 +++------
2 files changed, 10 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index f452066..d11193c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+java-common (0.59+exp2) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Use OpenJDK 9 on alpha, armel, powerpcspe and sh4
+
+ -- Emmanuel Bourg <ebourg at apache.org> Fri, 24 Nov 2017 12:37:05 +0100
+
java-common (0.59+exp1) experimental; urgency=medium
* Team upload.
diff --git a/debian/java_defaults.mk b/debian/java_defaults.mk
index cccf6d1..576e24e 100644
--- a/debian/java_defaults.mk
+++ b/debian/java_defaults.mk
@@ -4,14 +4,11 @@
java10_architectures =
java9_architectures = $(java10_architectures) \
- amd64 arm64 armhf i386 \
+ alpha amd64 arm64 armel armhf i386 \
m68k mips mipsel mips64el \
- powerpc ppc64 ppc64el \
- s390x sparc64 x32
+ powerpc powerpcspe ppc64 ppc64el \
+ s390x sh4 sparc64 x32
java8_architectures = $(java9_architectures) \
- alpha armel \
- powerpcspe \
- sh4 \
kfreebsd-amd64 kfreebsd-i386
java7_architectures = $(java8_architectures)
java6_architectures = $(java7_architectures)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/java-common.git
More information about the pkg-java-commits
mailing list