This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository sitemesh.
commit 29aa8b4ab8957759eccb01d0a02e1fea5dcfef10 Author: Emmanuel Bourg <[email protected]> Date: Tue Mar 31 14:30:05 2015 +0200 Removed the explicit dependency on libservlet3.0-java for libsitemesh-java --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index ebdac0f..523b0cf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ sitemesh (2.4.1+dfsg-4) UNRELEASED; urgency=medium * Transition to the Servlet API 3.1 * debian/control: + - Removed the explicit dependency on libservlet3.0-java for libsitemesh-java - Updated Standards-Version to 3.9.6 (no changes) -- Emmanuel Bourg <[email protected]> Tue, 31 Mar 2015 14:00:01 +0200 diff --git a/debian/control b/debian/control index 7f6ee1e..a2fac95 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/sitemesh.git Package: libsitemesh-java Architecture: all -Depends: libservlet3.0-java, ${misc:Depends} +Depends: ${misc:Depends} Suggests: libfreemarker-java, velocity, libvelocity-tools-java Description: web-page layout and decoration framework SiteMesh is framework that aids in creating large sites consisting of -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/sitemesh.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

