This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository velocity-tools.
commit d24b5da4e90c5c067fb8b53a6a5c1a116554da69 Author: Emmanuel Bourg <[email protected]> Date: Mon Nov 16 12:40:25 2015 +0000 Removed the dependency on libservlet2.5-java from libvelocity-tools-java --- debian/changelog | 1 + debian/control | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e0a7e6c..b6d3628 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ velocity-tools (2.0-4) UNRELEASED; urgency=medium * Team upload. * Switch to debhelper level 9 * Removed the missing dependencies from the velocity-tools pom + * Removed the dependency on libservlet2.5-java from libvelocity-tools-java -- Emmanuel Bourg <[email protected]> Mon, 16 Nov 2015 10:45:02 +0100 diff --git a/debian/control b/debian/control index 6234ceb..8a03b5a 100644 --- a/debian/control +++ b/debian/control @@ -33,7 +33,6 @@ Depends: libcommons-beanutils-java, libcommons-validator-java, libdom4j-java, liboro-java, - libservlet2.5-java, velocity, ${misc:Depends} Description: collection of useful tools for Velocity template engine -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/velocity-tools.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

