[hessian] 01/07: Updated the dependency on the Servlet API (3.0 -> 3.1)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Mar 31 10:29:27 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository hessian.
commit 08fd4f38fcc732ce2c10a87115b65f5eba56e4ab
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Tue Mar 31 11:31:53 2015 +0200
Updated the dependency on the Servlet API (3.0 -> 3.1)
---
debian/changelog | 6 ++++++
debian/control | 2 +-
debian/maven.rules | 3 ---
debian/rules | 2 +-
4 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 80fd4e0..74e5892 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+hessian (4.0.38-2) UNRELEASED; urgency=medium
+
+ * Updated the dependency on the Servlet API (3.0 -> 3.1)
+
+ -- Emmanuel Bourg <ebourg at apache.org> Tue, 31 Mar 2015 11:31:11 +0200
+
hessian (4.0.38-1) unstable; urgency=medium
* New upstream release
diff --git a/debian/control b/debian/control
index 62f493e..553fb2f 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Miguel Landaeta <miguel at miguel.cc>, Emmanuel Bourg <ebourg at apache.org
Section: java
Priority: optional
Build-Depends: debhelper (>= 9), default-jdk, javahelper, maven-repo-helper,
- libservlet3.0-java
+ libservlet3.1-java
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-java/hessian.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/hessian.git
diff --git a/debian/maven.rules b/debian/maven.rules
index e6b8818..9963358 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -1,5 +1,2 @@
com.caucho hessian jar s/.*/debian/ * *
-s/org.apache.tomcat/javax.el/ el-api jar s/.*/2.2/ * *
-s/org.apache.tomcat/javax.servlet/ jsp-api jar s/.*/2.2/ * *
-s/org.apache.tomcat/javax.servlet/ servlet-api jar s/.*/3.0/ * *
diff --git a/debian/rules b/debian/rules
index 918c5ea..c5ad2c5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
export JAVA_HOME=/usr/lib/jvm/default-java
-export CLASSPATH=/usr/share/java/servlet-api-3.0.jar
+export CLASSPATH=/usr/share/java/servlet-api-3.1.jar
DEB_UPSTREAM_VERSION := $(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+).*,\1,p')
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/hessian.git
More information about the pkg-java-commits
mailing list