[java-common] 01/01: Use OpenJDK 9 on amd64, arm64, armhf, i386, m68k, mips, mipsel, mips64el, powerpc, ppc64, ppc64el, s390x, sparc64 and x32
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Jun 29 22:38:11 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+exp1
in repository java-common.
commit 74d9538a64ea05e9666977665a3f0d8c186458af
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Thu Jun 29 16:08:42 2017 +0200
Use OpenJDK 9 on amd64, arm64, armhf, i386, m68k, mips, mipsel, mips64el, powerpc, ppc64, ppc64el, s390x, sparc64 and x32
---
debian/changelog | 8 ++++++++
debian/java_defaults.mk | 13 ++++++++-----
2 files changed, 16 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index ff649fa..f452066 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+java-common (0.59+exp1) experimental; urgency=medium
+
+ * Team upload.
+ * Use OpenJDK 9 on amd64, arm64, armhf, i386, m68k, mips, mipsel, mips64el,
+ powerpc, ppc64, ppc64el, s390x, sparc64 and x32
+
+ -- Emmanuel Bourg <ebourg at apache.org> Thu, 29 Jun 2017 16:45:56 +0200
+
java-common (0.59) unstable; urgency=medium
* Team upload.
diff --git a/debian/java_defaults.mk b/debian/java_defaults.mk
index 662fa94..cccf6d1 100644
--- a/debian/java_defaults.mk
+++ b/debian/java_defaults.mk
@@ -3,12 +3,15 @@
# java{,5,6,7,8,9,10}_architectures
java10_architectures =
-java9_architectures = $(java10_architectures)
-java8_architectures = $(java9_architectures) \
- alpha amd64 arm64 armel armhf i386 \
+java9_architectures = $(java10_architectures) \
+ amd64 arm64 armhf i386 \
m68k mips mipsel mips64el \
- powerpc powerpcspe ppc64 ppc64el \
- s390x sh4 sparc64 x32 \
+ powerpc ppc64 ppc64el \
+ s390x 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