This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository plexus-i18n.
commit d8925f0724ca7197b0cadd6b699dfe17d6aeae8d Author: Ludovic Claude <[email protected]> Date: Mon Jul 13 20:40:46 2009 +0000 Use openjdk-6 JDK instead of gcj to build the package --- debian/changelog | 2 +- debian/control | 2 +- debian/rules | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 20d20c6..bf635c2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,7 +11,7 @@ plexus-i18n (1.0-beta-10-1) experimental; urgency=low * Add maven-build.xml to debian/ in order to support compilation with Java 1.5 * Change the dependency on libplexus-container-default-java to libplexus-containers-java - * Use the default JDK instead of gcj for building the package + * Use openjdk-6 JDK instead of gcj to build the package -- Ludovic Claude <[email protected]> Sun, 05 Jul 2009 20:39:18 +0100 diff --git a/debian/control b/debian/control index 2133580..163a972 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Trygve Laugstol <[email protected]>, Paul Cager <[email protected] Torsten Werner <[email protected]>, Ludovic Claude <[email protected]> Build-Depends-Indep: maven-repo-helper, maven-ant-helper (>> 4), ant, ant-optional, libxalan2-java, libplexus-utils-java (>= 1:1.4.5), libplexus-containers-java -Build-Depends: debhelper (>= 5), cdbs (>= 0.4.5.3), default-jdk-builddep +Build-Depends: debhelper (>= 5), cdbs (>= 0.4.5.3), openjdk-6-jdk Standards-Version: 3.8.1 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/plexus-i18n Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/plexus-i18n/ diff --git a/debian/rules b/debian/rules index 6f20763..7f682b9 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ include /usr/share/cdbs/1/class/ant.mk PACKAGE := $(DEB_SOURCE_PACKAGE) VERSION := $(DEB_UPSTREAM_VERSION) -JAVA_HOME := /usr/lib/jvm/default-java +JAVA_HOME := /usr/lib/jvm/java-6-openjdk DEB_JARS := ant-nodeps plexus-container-default \ plexus-utils junit ant-junit DEB_ANT_BUILD_TARGET := package javadoc -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plexus-i18n.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

