This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository tomcat8.
commit ffb9697db2f118f31d00988b86f70bacc929d8e9 Author: Emmanuel Bourg <[email protected]> Date: Tue Jun 3 16:48:11 2014 +0200 Updated the version required for libtcnative-1 (>= 1.1.30) --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 6d87199..61b8bdc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ tomcat8 (8.0.8-2) UNRELEASED; urgency=medium * Search for OpenJDK 8 and Oracle JDKs when starting the server * Removed the dependency on the non existent java-7-runtime package * Fixed a link still pointing to the Tomcat 7 documentation in README.Debian + * Updated the version required for libtcnative-1 (>= 1.1.30) -- Emmanuel Bourg <[email protected]> Mon, 26 May 2014 12:13:02 +0200 diff --git a/debian/control b/debian/control index 3feb2ee..916270b 100644 --- a/debian/control +++ b/debian/control @@ -44,7 +44,7 @@ Package: tomcat8 Architecture: all Depends: adduser, tomcat8-common (>= ${source:Version}), ucf, ${misc:Depends} Recommends: authbind -Suggests: libtcnative-1 (>= 1.1.24), +Suggests: libtcnative-1 (>= 1.1.30), tomcat8-admin (>= ${source:Version}), tomcat8-docs (>= ${source:Version}), tomcat8-examples (>= ${source:Version}), -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/tomcat8.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

