[pkg-java] r18115 - trunk/java-common/debian
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue May 6 09:04:18 UTC 2014
Author: ebourg-guest
Date: 2014-05-06 09:04:18 +0000 (Tue, 06 May 2014)
New Revision: 18115
Modified:
trunk/java-common/debian/changelog
trunk/java-common/debian/java_defaults.mk
Log:
Use OpenJDK 7 on mips64el (Closes: #747179)
Modified: trunk/java-common/debian/changelog
===================================================================
--- trunk/java-common/debian/changelog 2014-05-03 22:53:43 UTC (rev 18114)
+++ trunk/java-common/debian/changelog 2014-05-06 09:04:18 UTC (rev 18115)
@@ -1,6 +1,7 @@
java-common (0.52) UNRELEASED; urgency=medium
* Team upload.
+ * Use OpenJDK 7 on mips64el (Closes: #747179)
* Prepared the default values for Java 8
* Use 'set -e' instead of '#!/bin/sh -e' in debian/java-common.postrm
* Switch to debhelper level 9
Modified: trunk/java-common/debian/java_defaults.mk
===================================================================
--- trunk/java-common/debian/java_defaults.mk 2014-05-03 22:53:43 UTC (rev 18114)
+++ trunk/java-common/debian/java_defaults.mk 2014-05-06 09:04:18 UTC (rev 18115)
@@ -4,7 +4,7 @@
java8_architectures =
java7_architectures = alpha amd64 arm64 armel armhf arm64 i386 lpia \
- mips mipsel \
+ mips mipsel mips64el \
powerpc powerpcspe ppc64 ppc64el \
s390x sh4 x32
java6_architectures = $(java7_architectures)
More information about the pkg-java-commits
mailing list