[kryo-serializers] 04/05: Transition to the Servlet API 3.1 (Closes: #801017)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Jun 21 10:46:49 UTC 2016


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository kryo-serializers.

commit b88feb135caf4e176c65c0a52bca091fbb8dce41
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Tue Jun 21 12:45:23 2016 +0200

    Transition to the Servlet API 3.1 (Closes: #801017)
---
 debian/changelog   | 1 +
 debian/control     | 2 +-
 debian/maven.rules | 1 +
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index ac26bfb..35fd886 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 kryo-serializers (0.22-2) UNRELEASED; urgency=medium
 
+  * Transition to the Servlet API 3.1 (Closes: #801017)
   * Build with the DH sequencer instead of CDBS
   * Standards-Version updated to 3.9.8 (no changes)
   * Use a secure Vcs-Git URL
diff --git a/debian/control b/debian/control
index 31e31fb..858823c 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 9),
                libkryo-java (>= 2.20-5~),
                libmaven-bundle-plugin-java,
                libminlog-java (>= 1.2-3~),
-               libservlet2.5-java,
+               libservlet3.1-java,
                libslf4j-java,
                maven-debian-helper (>= 1.5),
                testng
diff --git a/debian/maven.rules b/debian/maven.rules
index 141e2cd..1879f16 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -3,3 +3,4 @@ org.testng testng jar s/6\..*/6.x/ * *
 com.esotericsoftware.kryo kryo * s/.*/debian/ s/shaded// *
 org.testng testng * s/.*/6.x/ s/.*// *
 cglib * * s/.*/3.x/ * *
+javax.servlet s/servlet-api/javax.servlet-api/ * s/.*/3.1/ * *

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/kryo-serializers.git



More information about the pkg-java-commits mailing list