[bsh] 39/50: Transition to the Servlet API 3.1
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Nov 29 23:53:13 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository bsh.
commit c43c586efee6abbcba942be0d5fe4398f04b10fa
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Mon May 30 17:08:28 2016 +0000
Transition to the Servlet API 3.1
---
debian/changelog | 7 +++++++
debian/control | 4 ++--
debian/rules | 2 +-
3 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 2494092..b7478f9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+bsh (2.0b4-18) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Transition to the Servlet API 3.1
+
+ -- Emmanuel Bourg <ebourg at apache.org> Mon, 30 May 2016 19:07:38 +0200
+
bsh (2.0b4-17) unstable; urgency=medium
* Team upload.
diff --git a/debian/control b/debian/control
index 41fe852..da5610b 100644
--- a/debian/control
+++ b/debian/control
@@ -11,8 +11,8 @@ Build-Depends: ant,
javacc,
javahelper (>= 0.32~),
libbsf-java,
- libservlet3.0-java,
- libservlet3.0-java-doc,
+ libservlet3.1-java,
+ libservlet3.1-java-doc,
maven-repo-helper
Standards-Version: 3.9.7
Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/bsh
diff --git a/debian/rules b/debian/rules
index f3bbea1..bd19360 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ include /usr/share/cdbs/1/class/ant.mk
PACKAGE := $(DEB_SOURCE_PACKAGE)
VERSION := $(DEB_UPSTREAM_VERSION)
JAVA_HOME := /usr/lib/jvm/default-java
-DEB_JARS := servlet-api-3.0 bsf javacc
+DEB_JARS := servlet-api-3.1 bsf javacc
DEB_ANT_BUILD_TARGET := javadoc jarall test
ANT_OPTS = -Dcompile.debug=true
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/bsh.git
More information about the pkg-java-commits
mailing list