[pkg-java] r12405 - trunk/libjgrapht-java/branch_0.8/debian

Giovanni Mascellani gmascellani-guest at alioth.debian.org
Fri May 14 14:42:03 UTC 2010


Author: gmascellani-guest
Date: 2010-05-14 14:42:02 +0000 (Fri, 14 May 2010)
New Revision: 12405

Modified:
   trunk/libjgrapht-java/branch_0.8/debian/TODO.Debian
   trunk/libjgrapht-java/branch_0.8/debian/rules
Log:
JAVA_HOME fixed


Modified: trunk/libjgrapht-java/branch_0.8/debian/TODO.Debian
===================================================================
--- trunk/libjgrapht-java/branch_0.8/debian/TODO.Debian	2010-05-14 14:36:30 UTC (rev 12404)
+++ trunk/libjgrapht-java/branch_0.8/debian/TODO.Debian	2010-05-14 14:42:02 UTC (rev 12405)
@@ -1,4 +1,3 @@
  * Fix descriptions and changelog
- * Fix JAVA_HOME in rules
  * Check lintian and cowbuilder
  * Check the touchgraph issue

Modified: trunk/libjgrapht-java/branch_0.8/debian/rules
===================================================================
--- trunk/libjgrapht-java/branch_0.8/debian/rules	2010-05-14 14:36:30 UTC (rev 12404)
+++ trunk/libjgrapht-java/branch_0.8/debian/rules	2010-05-14 14:42:02 UTC (rev 12405)
@@ -3,7 +3,7 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/ant.mk
 
-JAVA_HOME := /usr/lib/jvm/java-6-openjdk
+JAVA_HOME := /usr/lib/jvm/default-jdk
 
 DEB_ANT_BUILD_TARGET := compile
 DEB_ANT_INSTALL_TARGET := prepare.distribution




More information about the pkg-java-commits mailing list