This is an automated email from the git hooks/post-receive script. seamlik-guest pushed a commit to branch master in repository lucene2.
commit d96099614ddd2c8676c003ddb8f74f00a2c16fa7 Author: Benjamin Drung <[email protected]> Date: Mon Sep 19 19:33:55 2011 +0000 Build with default-jdk instead of openjdk-6-jdk. --- debian/control | 4 ++-- debian/rules | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index af070d2..bc8c219 100644 --- a/debian/control +++ b/debian/control @@ -14,10 +14,10 @@ Build-Depends: ant-contrib, ant-optional (>= 1.8), cdbs (>= 0.4.49), debhelper (>= 6), + default-jdk, dpatch (>= 2.0), javacc, - junit, - openjdk-6-jdk + junit Build-Depends-Indep: libcommons-beanutils-java (>= 1.7.0), libcommons-collections3-java (>= 3.1), libcommons-compress-java (>= 1.0), diff --git a/debian/rules b/debian/rules index b30a6dc..168501a 100755 --- a/debian/rules +++ b/debian/rules @@ -10,8 +10,7 @@ include /usr/share/cdbs/1/class/ant.mk DEB_INSTALL_CHANGELOGS_liblucene2-java := CHANGES.txt -# Build with OpenJDK -JAVA_HOME := /usr/lib/jvm/java-6-openjdk +JAVA_HOME := /usr/lib/jvm/default-java DEB_ANT_BUILD_TARGET := javacc jar-core build-contrib war-demo javadocs DEB_ANT_CHECK_TARGET := test -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/lucene2.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

