This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-plugin-tools.
commit cc2aa09e16ebcdc4424e5344b53c514dcc611e46 Author: Miguel Landaeta <[email protected]> Date: Fri Sep 30 01:27:39 2011 +0000 Switch to default-jdk --- debian/changelog | 7 +++++++ debian/control | 2 +- debian/rules | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1e7010c..e7afe0b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +maven-plugin-tools (2.8-2) UNRELEASED; urgency=low + + * Team upload. + * Switch to default-jdk. (Closes: #643548). + + -- Miguel Landaeta <[email protected]> Thu, 29 Sep 2011 20:52:34 -0430 + maven-plugin-tools (2.8-1) unstable; urgency=low * Team upload. diff --git a/debian/control b/debian/control index 233da94..67bde2d 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Torsten Werner <[email protected]>, Ludovic Claude <[email protected]> -Build-Depends: debhelper (>= 5), cdbs, openjdk-6-jdk, libjaxp1.3-java +Build-Depends: debhelper (>= 5), cdbs, default-jdk, libjaxp1.3-java Build-Depends-Indep: maven-repo-helper, maven-ant-helper (>> 4), ant, ant-optional, libmodello-java, libclassworlds-java, junit, libplexus-velocity-java, velocity, libmaven-reporting-impl-java, libdoxia-sitetools-java, diff --git a/debian/rules b/debian/rules index 0788adb..7bf5e00 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/java-6-openjdk +JAVA_HOME := /usr/lib/jvm/default-java DEB_JARS := ant-nodeps maven-repo-helper DEB_ANT_BUILD_TARGET := package #javadoc DEB_ANT_BUILDFILE := debian/build.xml -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-plugin-tools.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

