[pkg-java] r12897 - trunk/java-common/debian

Torsten Werner twerner at alioth.debian.org
Mon Aug 9 19:45:15 UTC 2010


Author: twerner
Date: 2010-08-09 19:45:13 +0000 (Mon, 09 Aug 2010)
New Revision: 12897

Modified:
   trunk/java-common/debian/changelog
   trunk/java-common/debian/rules
Log:
Change default-jdk/jre(-headless) back to gcj on the mips architecture
because openjdk FTBFS there.

Modified: trunk/java-common/debian/changelog
===================================================================
--- trunk/java-common/debian/changelog	2010-08-09 05:23:06 UTC (rev 12896)
+++ trunk/java-common/debian/changelog	2010-08-09 19:45:13 UTC (rev 12897)
@@ -1,3 +1,10 @@
+java-common (0.39) unstable; urgency=low
+
+  * Change default-jdk/jre(-headless) back to gcj on the mips architecture
+    because openjdk FTBFS there.
+
+ -- Torsten Werner <twerner at debian.org>  Mon, 09 Aug 2010 21:43:52 +0200
+
 java-common (0.38) unstable; urgency=low
 
   * Updated the description of gcj-native-helper and also the

Modified: trunk/java-common/debian/rules
===================================================================
--- trunk/java-common/debian/rules	2010-08-09 05:23:06 UTC (rev 12896)
+++ trunk/java-common/debian/rules	2010-08-09 19:45:13 UTC (rev 12897)
@@ -25,7 +25,7 @@
 dversion	= 1.5-$(jrel)
 jvmdir		= java-gcj
 
-ifneq (,$(filter $(DEB_HOST_ARCH), alpha amd64 armel i386 ia64 lpia mips mipsel powerpc s390 sparc sh4))
+ifneq (,$(filter $(DEB_HOST_ARCH), alpha amd64 armel i386 ia64 lpia mipsel powerpc 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