This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jetty9.
commit 4a0b7a2ac95b62e4df6b85725f0cd81e6da5aaa0 Author: Emmanuel Bourg <[email protected]> Date: Wed Jul 30 15:43:47 2014 +0200 Added libjetty8-extra-java to the dependencies of jetty8 --- debian/changelog | 1 + debian/control | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1f04920..120c6bc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ jetty8 (8.1.15-1) UNRELEASED; urgency=medium - Removed java5-runtime-headless from the acceptable runtime dependencies (Jetty 8 requires Java 6) - Use distinct descriptions for the jetty8 and libjetty8-java packages + - jetty8 now depends on libjetty8-extra-java - 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 diff --git a/debian/control b/debian/control index 875f495..5a4162e 100644 --- a/debian/control +++ b/debian/control @@ -79,9 +79,9 @@ Depends: adduser, apache2-utils, default-jre-headless | java6-runtime-headless, libjetty8-java (>= ${source:Version}), + libjetty8-extra-java (>= ${source:Version}), ${misc:Depends} -Suggests: libjetty8-extra-java (>= ${source:Version}), - libjetty8-java-doc (>= ${source:Version}) +Suggests: libjetty8-java-doc (>= ${source:Version}) Description: Java servlet engine and webserver Jetty is an Open Source HTTP Servlet Server written in 100% Java. It is designed to be light weight, high performance, embeddable, -- 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

