This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository h2database.
commit d586a1839f3dad427aeef4bac3c08125e17f82e6 Author: Emmanuel Bourg <[email protected]> Date: Mon Dec 21 12:28:23 2015 +0100 Reverted the build dependency on the Servlet API to 2.5 --- debian/changelog | 7 +++++++ debian/control | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 8553ff4..5ae1d90 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +h2database (1.4.185-3) UNRELEASED; urgency=medium + + * Reverted the build dependency on the Servlet API to 2.5 + due to compilation errors with the 3.1 API + + -- Emmanuel Bourg <[email protected]> Mon, 21 Dec 2015 12:26:36 +0100 + h2database (1.4.185-2) unstable; urgency=medium * Team upload. diff --git a/debian/control b/debian/control index d8c0e09..b0b33cd 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 9), libjts-java, liblucene3-java, libosgi-compendium-java, - libservlet3.1-java, + libservlet2.5-java, libslf4j-java, maven-repo-helper Standards-Version: 3.9.6 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/h2database.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

