[pkg-java] r8884 - trunk/modello/debian
Torsten Werner
twerner at alioth.debian.org
Mon Jul 6 20:19:18 UTC 2009
Author: twerner
Date: 2009-07-06 20:19:17 +0000 (Mon, 06 Jul 2009)
New Revision: 8884
Modified:
trunk/modello/debian/changelog
trunk/modello/debian/rules
Log:
Change debian/rules to really use default-jdk.
Modified: trunk/modello/debian/changelog
===================================================================
--- trunk/modello/debian/changelog 2009-07-06 20:17:00 UTC (rev 8883)
+++ trunk/modello/debian/changelog 2009-07-06 20:19:17 UTC (rev 8884)
@@ -1,3 +1,9 @@
+modello (1.0-alpha-21-3) unstable; urgency=low
+
+ * Change debian/rules to really use default-jdk.
+
+ -- Torsten Werner <twerner at debian.org> Mon, 06 Jul 2009 22:16:42 +0200
+
modello (1.0-alpha-21-2) unstable; urgency=low
* Change Section: java.
Modified: trunk/modello/debian/rules
===================================================================
--- trunk/modello/debian/rules 2009-07-06 20:17:00 UTC (rev 8883)
+++ trunk/modello/debian/rules 2009-07-06 20:19:17 UTC (rev 8884)
@@ -6,7 +6,7 @@
PACKAGE := $(shell dpkg-parsechangelog | egrep '^Source:' | cut -f2 -d' ')
VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | sed "s,Version: \(.*\)-.*,\1,g")
-JAVA_HOME := /usr/lib/jvm/java-gcj
+JAVA_HOME := /usr/lib/jvm/default-java
DEB_JARS := ant-nodeps junit maven2 plexus-compiler-api \
plexus-compiler-javac plexus-velocity velocity
DEB_ANT_BUILD_TARGET := package javadoc
More information about the pkg-java-commits
mailing list