[pkg-java] r18412 - trunk/excalibur-logger/debian

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Sep 10 15:09:39 UTC 2014


Author: ebourg-guest
Date: 2014-09-10 15:09:38 +0000 (Wed, 10 Sep 2014)
New Revision: 18412

Modified:
   trunk/excalibur-logger/debian/changelog
   trunk/excalibur-logger/debian/control
   trunk/excalibur-logger/debian/rules
Log:
Depend on libmail-java instead of libgnumail-java



Modified: trunk/excalibur-logger/debian/changelog
===================================================================
--- trunk/excalibur-logger/debian/changelog	2014-09-10 15:06:57 UTC (rev 18411)
+++ trunk/excalibur-logger/debian/changelog	2014-09-10 15:09:38 UTC (rev 18412)
@@ -8,6 +8,7 @@
       (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 <ebourg at apache.org>  Wed, 10 Sep 2014 16:53:41 +0200

Modified: trunk/excalibur-logger/debian/control
===================================================================
--- trunk/excalibur-logger/debian/control	2014-09-10 15:06:57 UTC (rev 18411)
+++ trunk/excalibur-logger/debian/control	2014-09-10 15:09:38 UTC (rev 18412)
@@ -8,7 +8,7 @@
                      glassfish-javaee,
                      libavalon-framework-java,
                      libexcalibur-logkit-java,
-                     libgnumail-java,
+                     libmail-java,
                      liblog4j1.2-java,
                      libservlet3.0-java,
                      libxalan2-java
@@ -24,7 +24,7 @@
          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

Modified: trunk/excalibur-logger/debian/rules
===================================================================
--- trunk/excalibur-logger/debian/rules	2014-09-10 15:06:57 UTC (rev 18411)
+++ trunk/excalibur-logger/debian/rules	2014-09-10 15:09:38 UTC (rev 18412)
@@ -4,7 +4,7 @@
 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::




More information about the pkg-java-commits mailing list