This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jetty9.
commit 565e871b1b64c878833d611902f61b0333e75fd8 Author: Emmanuel Bourg <[email protected]> Date: Tue Jul 29 16:33:07 2014 +0200 libjetty8-java-doc depends on libservlet3.0-java-doc instead of libservlet2.5-java-doc --- debian/changelog | 2 ++ debian/control | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c826897..6347443 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,8 @@ jetty8 (8.1.15-1) UNRELEASED; urgency=medium - Ignore the Maven dependency on the Mycila maven-license-plugin * debian/control: - Use distinct descriptions for the jetty8 and libjetty8-java packages + - libjetty8-java-doc depends on libservlet3.0-java-doc instead of + libservlet2.5-java-doc * debian/rules: Install the upstream changelog * debian/watch: Watch the tags from the Git repository * debian/jetty-shared-webapps.xml: Updated the path of the webapps directory diff --git a/debian/control b/debian/control index 67b235e..cbd9685 100644 --- a/debian/control +++ b/debian/control @@ -43,7 +43,7 @@ Package: libjetty8-java-doc Section: doc Architecture: all Depends: ${misc:Depends} -Recommends: default-jdk-doc, libgnumail-java-doc, libservlet2.5-java-doc +Recommends: default-jdk-doc, libgnumail-java-doc, libservlet3.0-java-doc Suggests: libjetty-java Description: Javadoc for the Jetty API Jetty is an Open Source HTTP Servlet Server written in 100% Java. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jetty9.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

