Author: twerner Date: 2009-07-05 15:18:49 +0000 (Sun, 05 Jul 2009) New Revision: 8864
Modified: trunk/stax/debian/control trunk/stax/debian/rules Log: switch to openjdk Modified: trunk/stax/debian/control =================================================================== --- trunk/stax/debian/control 2009-07-05 14:41:42 UTC (rev 8863) +++ trunk/stax/debian/control 2009-07-05 15:18:49 UTC (rev 8864) @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Ludovic Claude <[email protected]> -Build-Depends: debhelper (>= 7), cdbs, default-jdk +Build-Depends: debhelper (>= 7), cdbs, openjdk-6-jdk Build-Depends-Indep: ant, ant-optional, junit, libjaxp1.3-java, quilt Standards-Version: 3.8.2 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/stax Modified: trunk/stax/debian/rules =================================================================== --- trunk/stax/debian/rules 2009-07-05 14:41:42 UTC (rev 8863) +++ trunk/stax/debian/rules 2009-07-05 15:18:49 UTC (rev 8864) @@ -8,7 +8,7 @@ PACKAGE := $(DEB_SOURCE_PACKAGE) VERSION := $(DEB_UPSTREAM_VERSION) API_VERSION := 1.0.1 -JAVA_HOME := /usr/lib/jvm/default-java +JAVA_HOME := /usr/lib/jvm/java-6-openjdk DEB_JARS := xml-apis junit DEB_ANT_BUILD_TARGET := ri_bin_dist javadoc _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

