This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jenkins-winstone.
commit a8a4adf54862afc146803a3b0f20111c0d873790 Author: Emmanuel Bourg <[email protected]> Date: Mon Sep 15 13:25:27 2014 +0200 Depend on jetty8/ 8.1.16-1 to fix the wrong version of the Servlet API embedded in the winstone jar --- debian/changelog | 7 +++++++ debian/control | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4b5cf1d..c198f9b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +jenkins-winstone (2.3-2) unstable; urgency=medium + + * Rebuilt with jetty8/ 8.1.16-1 to fix the wrong version of the Servlet API + embedded in the winstone jar + + -- Emmanuel Bourg <[email protected]> Mon, 15 Sep 2014 13:24:57 +0200 + jenkins-winstone (2.3-1) unstable; urgency=medium * Team upload. diff --git a/debian/control b/debian/control index c8236e0..e0956a5 100644 --- a/debian/control +++ b/debian/control @@ -13,8 +13,8 @@ Build-Depends-Indep: ant, default-jdk-doc, junit4, - libjetty8-java, - libjetty8-extra-java, + libjetty8-java (>= 8.1.16~), + libjetty8-extra-java (>= 8.1.16~), libhttpunit-java, libmaven-antrun-plugin-java, libmaven-javadoc-plugin-java, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jenkins-winstone.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

