This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository tomcat8.
commit 824fb123ea5af53aa40e008232689ce5488c55bb Author: Emmanuel Bourg <[email protected]> Date: Fri Jun 27 13:08:01 2014 +0200 Tightened the build dependency on junit4 (>= 4.11) --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index ffca3cf..519cb3c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ tomcat8 (8.0.9-2) UNRELEASED; urgency=medium * Install the missing tomcat-dbcp.jar in libtomcat8-java and use it as the default JDBC pool implementation instead of Commons DBCP. * Removed the obsolete patch 0012-java7-compat.patch + * Tightened the build dependency on junit4 (>= 4.11) -- Emmanuel Bourg <[email protected]> Wed, 25 Jun 2014 11:40:20 +0200 diff --git a/debian/control b/debian/control index 9834eca..af8f2fe 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Build-Depends: ant-optional, default-jdk, po-debconf Build-Depends-Indep: javahelper, - junit4, + junit4 (>= 4.11), libcglib-java, libeasymock-java (>= 3.0), libecj-java, -- 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

