[pkg-java] r13806 - trunk/java-common/debian
Sylvestre Ledru
sylvestre at alioth.debian.org
Mon Jun 20 17:52:45 UTC 2011
Author: sylvestre
Date: 2011-06-20 17:52:44 +0000 (Mon, 20 Jun 2011)
New Revision: 13806
Modified:
trunk/java-common/debian/changelog
trunk/java-common/debian/rules
Log:
[ Sylvestre Ledru ]
* Under mips, openjdk should be proposed instead of gcj (Closes: #631140)
Modified: trunk/java-common/debian/changelog
===================================================================
--- trunk/java-common/debian/changelog 2011-06-15 22:32:56 UTC (rev 13805)
+++ trunk/java-common/debian/changelog 2011-06-20 17:52:44 UTC (rev 13806)
@@ -3,6 +3,9 @@
* Bumped Standards-Versions to 3.9.1 - no changes required.
* Removed DMUA - no longer required.
+ [ Sylvestre Ledru ]
+ * Under mips, openjdk should be proposed instead of gcj (Closes: #631140)
+
-- Niels Thykier <niels at thykier.net> Tue, 09 Nov 2010 08:32:02 +0100
java-common (0.40) unstable; urgency=medium
Modified: trunk/java-common/debian/rules
===================================================================
--- trunk/java-common/debian/rules 2011-06-15 22:32:56 UTC (rev 13805)
+++ trunk/java-common/debian/rules 2011-06-20 17:52:44 UTC (rev 13806)
@@ -25,7 +25,7 @@
dversion = 1:1.5-$(jrel)
jvmdir = java-gcj
-ifneq (,$(filter $(DEB_HOST_ARCH), alpha amd64 armel i386 ia64 lpia mipsel powerpc powerpcspe s390 sparc sh4))
+ifneq (,$(filter $(DEB_HOST_ARCH), alpha amd64 armel i386 ia64 lpia mips mipsel powerpc powerpcspe s390 sparc sh4))
p_jre = openjdk-6-jre
p_jhl = openjdk-6-jre-headless
p_jdk = openjdk-6-jdk
More information about the pkg-java-commits
mailing list