This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jetty9.
commit b04e32a6cbcb63229da5004cfd4095e064c05323 Author: Emmanuel Bourg <[email protected]> Date: Tue Jul 29 17:18:24 2014 +0200 libjetty8-java-doc suggests libjetty8-java instead of libjetty-java --- debian/changelog | 1 + debian/control | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6347443..2c8bd69 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ jetty8 (8.1.15-1) UNRELEASED; urgency=medium - 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 + - libjetty8-java-doc suggests libjetty8-java instead of libjetty-java * 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 cbd9685..a64517e 100644 --- a/debian/control +++ b/debian/control @@ -44,14 +44,14 @@ Section: doc Architecture: all Depends: ${misc:Depends} Recommends: default-jdk-doc, libgnumail-java-doc, libservlet3.0-java-doc -Suggests: libjetty-java +Suggests: libjetty8-java Description: Javadoc for the Jetty API Jetty is an Open Source HTTP Servlet Server written in 100% Java. It is designed to be light weight, high performance, embeddable, extensible and flexible, thus making it an ideal platform for serving dynamic HTTP requests from any Java application. . - This package contains the Javadoc for libjetty-java. + This package contains the Javadoc for libjetty8-java. Package: libjetty8-extra-java Architecture: all -- 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

