[jcifs] 02/04: Build-Depends on libservlet3.1-java instead of libservlet3.0-java
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Mar 31 15:13:06 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository jcifs.
commit 218422e11db7c7b37654300054b6a0e45726549d
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Tue Mar 31 16:03:02 2015 +0200
Build-Depends on libservlet3.1-java instead of libservlet3.0-java
---
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 21c296e..71ff16c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ jcifs (1.3.17-1.1) UNRELEASED; urgency=medium
+ Remove Kumar Appaiah from uploaders
[ Emmanuel Bourg ]
+ * Build-Depends on libservlet3.1-java instead of libservlet3.0-java
* Standards-Version updated to 3.9.6 (no changes)
* Moved the package to Git
diff --git a/debian/control b/debian/control
index 09d046e..c68a00e 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Varun Hiremath <varun at debian.org>, Emmanuel Bourg <ebourg at apache.org>
Build-Depends: debhelper (>= 7), cdbs, default-jdk, ant
-Build-Depends-Indep: libservlet3.0-java
+Build-Depends-Indep: libservlet3.1-java
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-java/jcifs.git
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/jcifs.git
diff --git a/debian/rules b/debian/rules
index 91d5706..278a088 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ include /usr/share/cdbs/1/class/ant.mk
JAVA_HOME := /usr/lib/jvm/default-java
-DEB_JARS := servlet-api-3.0
+DEB_JARS := servlet-api-3.1
DEB_ANT_BUILD_TARGET := jar javadoc
DEB_ANT_CLEAN_TARGET := clean
DEB_COMPRESS_EXCLUDE := *.c *.java
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jcifs.git
More information about the pkg-java-commits
mailing list