[libjxp-java] 03/05: Transition to the Servlet API 3.1

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Feb 15 21:31:06 GMT 2016


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

ebourg-guest pushed a commit to branch master
in repository libjxp-java.

commit 731014b5995e9d59c237351a26d49447bb181112
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Mon Feb 15 22:08:05 2016 +0100

    Transition to the Servlet API 3.1
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 debian/rules     | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2ca6646..26fdd03 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ libjxp-java (1.6.1-6) UNRELEASED; urgency=medium
 
   * Team upload.
   * Fixed the test error on headless systems
+  * Transition to the Servlet API 3.1
   * Standards-Version updated to 3.9.7 (no changes)
 
  -- Emmanuel Bourg <ebourg at apache.org>  Mon, 15 Feb 2016 22:00:15 +0100
diff --git a/debian/control b/debian/control
index 3755932..a3964f9 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends-Indep: default-jdk,
  libcommons-fileupload-java,
  libonemind-commons-invoke-java,
  libonemind-commons-java-java,
- libservlet3.0-java,
+ libservlet3.1-java,
  xauth,
  xvfb
 Standards-Version: 3.9.7
diff --git a/debian/rules b/debian/rules
index 2a8b8e6..6aa156a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ export ANT_OPTS=-Dnoget=true
 override_dh_auto_build:
 	# Link the required libraries with the ones available in Debian
 	mkdir -p target/lib
-	ln -s /usr/share/java/servlet-api-3.0.jar target/lib/servlet-api.jar
+	ln -s /usr/share/java/servlet-api-3.1.jar target/lib/servlet-api.jar
 	ln -s /usr/share/java/commons-java.jar target/lib/commons-java.jar
 	ln -s /usr/share/java/commons-invoke.jar target/lib/commons-invoke.jar
 	ln -s /usr/share/java/commons-fileupload.jar target/lib/commons-fileupload.jar

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



More information about the pkg-java-commits mailing list