This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-site-plugin.
commit 36ae0a860e9c912f7fdbc48607c0cdf763c5a2ef Author: Ludovic Claude <[email protected]> Date: Wed Aug 5 12:25:31 2009 +0000 Change the dependency from libjetty-java to libjetty6-java to reflect the change of name for the packaging of Jetty 6. --- debian/changelog | 8 ++++++++ debian/control | 4 ++-- debian/rules | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index e9f48e0..8fb3af3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +maven-site-plugin (2.0-2) experimental; urgency=low + + * Change the dependency from libjetty-java to + libjetty6-java to reflect the change of name for + the packaging of Jetty 6. + + -- Ludovic Claude <[email protected]> Wed, 05 Aug 2009 13:16:32 +0100 + maven-site-plugin (2.0-1) experimental; urgency=low * New upstream version, add myself to Uploaders diff --git a/debian/control b/debian/control index c46a759..defbe0f 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Torsten Werner <[email protected]>, Ludovic Claude <ludovic.claude@l Build-Depends: debhelper (>= 6), cdbs, openjdk-6-jdk, quilt, maven-ant-helper (>> 4), ant-optional Build-Depends-Indep: maven-repo-helper, junit, libmaven-plugin-tools-java, libplexus-velocity-java, velocity, - libmaven-doxia-tools-java, libjetty-java + libmaven-doxia-tools-java, libjetty6-java Standards-Version: 3.8.2 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-site-plugin Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-site-plugin/ @@ -15,7 +15,7 @@ Homepage: http://maven.apache.org/plugins/maven-site-plugin/ Package: libmaven-site-plugin-java Architecture: all Depends: ${misc:Depends}, libmaven-doxia-tools-java -Suggests: libjetty-java +Suggests: libjetty6-java Description: Maven Site Plugin for generating a site Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, diff --git a/debian/rules b/debian/rules index f5f38ab..1dbe918 100755 --- a/debian/rules +++ b/debian/rules @@ -10,7 +10,7 @@ JAVA_HOME := /usr/lib/jvm/java-6-openjdk DEB_JARS := ant-nodeps maven-core maven-model maven-plugin-api maven-project maven-artifact maven-artifact-manager \ maven-settings maven-reporting-api maven-doxia-tools doxia-core doxia-logging-api doxia-sink-api doxia-module-xhtml \ doxia-decoration-model doxia-site-renderer wagon-provider-api plexus-archiver plexus-container-default-alpha \ - plexus-i18n plexus-utils jetty jetty-util jetty-util5 commons-lang servlet-api-2.5 \ + plexus-i18n plexus-utils jetty6 jetty6-util jetty6-util5 commons-lang servlet-api-2.5 \ classworlds DEB_ANT_BUILD_TARGET := package #javadoc DEB_ANT_BUILDFILE := /usr/share/maven-ant-helper/maven-build.xml -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-site-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

