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

ebourg-guest pushed a commit to branch master
in repository excalibur-logger.

commit 366da05c49ca6d25044f643b233ff52375798904
Author: Emmanuel Bourg <ebo...@apache.org>
Date:   Wed Sep 10 15:09:38 2014 +0000

    Depend on libmail-java instead of libgnumail-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 fcf286d..40ccecd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ excalibur-logger (2.1-6) UNRELEASED; urgency=medium
       (the dependency is satisfied by the container)
     - libexcalibur-logger-java suggests the depedencies on the JMS
       and mail APIs (optional dependencies)
+    - Depend on libmail-java instead of libgnumail-java
   * Switch to debhelper level 9
 
  -- Emmanuel Bourg <ebo...@apache.org>  Wed, 10 Sep 2014 16:53:41 +0200
diff --git a/debian/control b/debian/control
index 7f079b8..f6efb86 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends-Indep: default-jdk,
                      glassfish-javaee,
                      libavalon-framework-java,
                      libexcalibur-logkit-java,
-                     libgnumail-java,
+                     libmail-java,
                      liblog4j1.2-java,
                      libservlet3.0-java,
                      libxalan2-java
@@ -24,7 +24,7 @@ Depends: libavalon-framework-java,
          liblog4j1.2-java,
          libxalan2-java,
          ${misc:Depends}
-Suggests: libgeronimo-jms-1.1-spec-java | glassfish-javaee, libgnumail-java
+Suggests: libgeronimo-jms-1.1-spec-java | glassfish-javaee, libmail-java
 Description: Excalibur project's log management system
  Excalibur-Logger integrates neatly into the Avalon ECM and Excalibur-Fortress.
  The main goal is to be able to define the log categories on a component basis
diff --git a/debian/rules b/debian/rules
index d069c41..68d27ca 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_DIRS := /usr/lib/jvm/default-java
-DEB_JARS       := avalon-framework excalibur-logkit geronimo-jms-1.1-spec 
gnumail.jar glassfish-jms log4j-1.2 servlet-api-3.0 xml-apis
+DEB_JARS       := avalon-framework excalibur-logkit geronimo-jms-1.1-spec 
mailapi glassfish-jms log4j-1.2 servlet-api-3.0 xml-apis
 DEB_ANT_ARGS   := -Dnoget=true -Dant.build.javac.source=1.4 
-Dant.build.javac.target=1.4
 
 install/libexcalibur-logger-java::

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

_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to