This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository h2database.
commit abb2f72533674ae922380823d2b0fb66346ff70f Author: Emmanuel Bourg <[email protected]> Date: Mon Dec 21 13:52:06 2015 +0100 Depend on libservlet3.0-java (Closes: #801039) --- debian/changelog | 3 +-- debian/control | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8a5a8a8..d634dc1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,7 @@ h2database (1.4.190-1) UNRELEASED; urgency=medium * New upstream release - Refreshed the patches - * Reverted the build dependency on the Servlet API to 2.5 - due to compilation errors with the 3.1 API + - Depend on libservlet3.0-java (Closes: #801039) * Watch and download the new releases from GitHub -- Emmanuel Bourg <[email protected]> Mon, 21 Dec 2015 12:26:36 +0100 diff --git a/debian/control b/debian/control index b0b33cd..939f373 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 9), libjts-java, liblucene3-java, libosgi-compendium-java, - libservlet2.5-java, + libservlet3.0-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

