This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository java3d.
commit 49c8c1aedf5c58a2f62592c12f0a5b83fd80a866 Author: Jonny Lamb <[email protected]> Date: Mon Mar 9 00:23:25 2009 +0000 debian/rules: Set JAVA_HOME. --- debian/changelog | 5 ++++- debian/rules | 3 +-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8527d64..facacc8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,7 +5,10 @@ java3d (1.5.2.dfsg-1) UNRELEASED; urgency=low * debian/control: Added me to Uploaders. * debian/watch: Added watch file. - -- Jonny Lamb <[email protected]> Thu, 12 Feb 2009 13:56:09 +0000 + [ Jonny Lamb ] + * debian/rules: Set JAVA_HOME. + + -- Jonny Lamb <[email protected]> Mon, 09 Mar 2009 00:19:42 +0000 java3d (0.0.cvs.20090202.dfsg-1) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 85d2dd0..5c1800c 100755 --- a/debian/rules +++ b/debian/rules @@ -3,8 +3,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/ant.mk -JAVA_HOME_DIRS := /usr/lib/jvm/java-6-openjdk /usr/lib/jvm/default-java /usr/lib/jvm/java-6-sun - +JAVA_HOME := /usr/lib/jvm/java-6-openjdk DEB_JARS := ant-launcher ant-nodeps vecmath DEB_ANT_CLEAN_TARGET := clean DEB_ANT_BUILD_TARGET := jar docs -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/java3d.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

