This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository hessian.
commit 5eca1a6c87e2647aa85048bcf3615dbb54daacca Author: Emmanuel Bourg <[email protected]> Date: Tue Mar 31 11:44:49 2015 +0200 Removed the suggested dependency on libservlet3.0-java --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 6858a4f..35b3aea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ hessian (4.0.38-2) UNRELEASED; urgency=medium * Updated the dependency on the Servlet API (3.0 -> 3.1) + * Removed the suggested dependency on libservlet3.0-java * Standards-Version updated to 3.9.6 (no changes) * Updated the watch file diff --git a/debian/control b/debian/control index b356fca..30a68ef 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Homepage: http://hessian.caucho.com Package: libhessian-java Architecture: all Depends: ${misc:Depends} -Suggests: libservlet3.0-java, libhessian-java-doc (= ${binary:Version}) +Suggests: libhessian-java-doc (= ${binary:Version}) Description: Java implementation of a binary protocol for web services Hessian provides compact binary and XML protocols for applications needing performance without protocol complexity. It is well-suited to -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/hessian.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

