[axis] 48/60: Replaced the dependency on libgnumail-java with libmail-java
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Jan 12 17:30:45 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository axis.
commit 4a897c01910358e145eb62ef29bf49a253e31c8e
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Fri Oct 17 11:29:51 2014 +0000
Replaced the dependency on libgnumail-java with libmail-java
---
debian/changelog | 1 +
debian/control | 4 ++--
debian/rules | 2 +-
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index ae458d7..f2af4f5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ axis (1.4-22) UNRELEASED; urgency=medium
* Updated the dependency on the Servlet API (3.0 -> 3.1)
* libaxis-java no longer depends on the Servlet API since its always
provided by the web container executing Axis.
+ * Replaced the dependency on libgnumail-java with libmail-java
-- Emmanuel Bourg <ebourg at apache.org> Fri, 17 Oct 2014 13:23:45 +0200
diff --git a/debian/control b/debian/control
index e647d22..a9029f8 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Uploaders: Torsten Werner <twerner at debian.org>,
Emmanuel Bourg <ebourg at apache.org>
Build-Depends: debhelper (>= 9), cdbs, ant-optional, default-jdk, libwsdl4j-java,
libcommons-logging-java, libcommons-httpclient-java, bnd,
- libcommons-discovery-java, libgnumail-java, libservlet3.1-java,
+ libcommons-discovery-java, libmail-java, libservlet3.1-java,
maven-repo-helper
Standards-Version: 3.9.6
Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/axis
@@ -20,7 +20,7 @@ Architecture: all
Recommends: ant
Suggests: libaxis-java-doc
Depends: libwsdl4j-java, libcommons-logging-java, libcommons-discovery-java,
- libcommons-httpclient-java, libgnumail-java,
+ libcommons-httpclient-java, libmail-java,
${misc:Depends}
Description: SOAP implementation in Java
Apache AXIS is an implementation of the SOAP ("Simple Object Access Protocol")
diff --git a/debian/rules b/debian/rules
index a599df0..268fcbf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/ant.mk
JAVA_HOME := /usr/lib/jvm/default-java
-DEB_JARS := $(ANT_HOME)/lib/ant-nodeps.jar wsdl4j commons-logging commons-discovery commons-httpclient gnumail servlet-api-3.1 xmlParserAPIs xercesImpl
+DEB_JARS := $(ANT_HOME)/lib/ant-nodeps.jar wsdl4j commons-logging commons-discovery commons-httpclient javax.mail servlet-api-3.1 xmlParserAPIs xercesImpl
DEB_ANT_BUILD_TARGET := compile javadocs
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/axis.git
More information about the pkg-java-commits
mailing list