[Git][java-team/java-common][master] Moved all Java 10 architectures to Java 11, except sh4 and powerpcspe (Closes: #910148)
Emmanuel Bourg
gitlab at salsa.debian.org
Thu Oct 4 22:23:54 BST 2018
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / java-common
Commits:
27f1fa9e by Emmanuel Bourg at 2018-10-03T21:32:31Z
Moved all Java 10 architectures to Java 11, except sh4 and powerpcspe (Closes: #910148)
- - - - -
2 changed files:
- debian/changelog
- debian/java_defaults.mk
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+java-common (0.69) experimental; urgency=medium
+
+ * Team upload.
+ * Moved all Java 10 architectures to Java 11, except sh4 and powerpcspe
+ (Closes: #910148)
+
+ -- Emmanuel Bourg <ebourg at apache.org> Wed, 03 Oct 2018 23:26:55 +0200
+
java-common (0.68) unstable; urgency=medium
* Team upload.
=====================================
debian/java_defaults.mk
=====================================
@@ -3,12 +3,14 @@
# java{,5,6,7,8,9,10,11,12}_architectures
java12_architectures =
-java11_architectures = $(java12_architectures)
-java10_architectures = $(java11_architectures) \
+java11_architectures = $(java12_architectures) \
alpha amd64 arm64 armel armhf i386 \
ia64 m68k mips mipsel mips64el \
- powerpc ppc64 ppc64el powerpcspe \
- riscv64 s390x sparc64 sh4 x32
+ powerpc ppc64 ppc64el \
+ riscv64 s390x sparc64 x32
+java10_architectures = $(java11_architectures) \
+ powerpcspe \
+ sh4
java9_architectures = $(java10_architectures)
java8_architectures = $(java9_architectures) \
kfreebsd-amd64 kfreebsd-i386
View it on GitLab: https://salsa.debian.org/java-team/java-common/commit/27f1fa9e579fc211f3f35c61f1cad04256214124
--
View it on GitLab: https://salsa.debian.org/java-team/java-common/commit/27f1fa9e579fc211f3f35c61f1cad04256214124
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20181004/b31ad349/attachment.html>
More information about the pkg-java-commits
mailing list