This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository gant.
commit 65a4e9d5afef804039fa79f7f84a617b3e699037 Author: Varun Hiremath <[email protected]> Date: Sat Feb 20 00:01:41 2010 +0000 Switch to default-java --- debian/changelog | 3 ++- debian/rules | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index f12b477..ab1d5dd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,9 +3,10 @@ gant (1.9.1-1) unstable; urgency=low * New upstream release * Add upstream provided debian/build.xml to build gant using ant * Bump Standards-Version to 3.8.4 + * Switch to default-java * Switch to source format 3.0 (quilt) - -- Varun Hiremath <[email protected]> Fri, 19 Feb 2010 18:16:29 -0500 + -- Varun Hiremath <[email protected]> Fri, 19 Feb 2010 18:58:01 -0500 gant (1.8.1-1) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 469e808..fb203d7 100755 --- a/debian/rules +++ b/debian/rules @@ -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-java DEB_ANT_BUILDFILE := debian/build.xml DEB_ANT_BUILD_TARGET := package UPSTREAM_VERSION := $(shell echo $(DEB_UPSTREAM_VERSION) | sed -e's,+dak.*,,') -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/gant.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

