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

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


Author: ebourg-guest
Date: 2014-09-10 15:06:57 +0000 (Wed, 10 Sep 2014)
New Revision: 18411

Modified:
   trunk/excalibur-logger/debian/changelog
   trunk/excalibur-logger/debian/control
Log:
libexcalibur-logger-java no longer depends on libservlet3.0-java (the dependency is satisfied by the container)
libexcalibur-logger-java suggests the depedencies on the JMS and mail APIs (optional dependencies)




Modified: trunk/excalibur-logger/debian/changelog
===================================================================
--- trunk/excalibur-logger/debian/changelog	2014-09-10 15:03:02 UTC (rev 18410)
+++ trunk/excalibur-logger/debian/changelog	2014-09-10 15:06:57 UTC (rev 18411)
@@ -4,6 +4,10 @@
   * debian/control:
     - Replaced the dependency on jboss-j2ee with glassfish-javaee
     - Standards-Version updated to 3.9.5 (no changes)
+    - libexcalibur-logger-java no longer depends on libservlet3.0-java
+      (the dependency is satisfied by the container)
+    - libexcalibur-logger-java suggests the depedencies on the JMS
+      and mail APIs (optional dependencies)
   * 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:03:02 UTC (rev 18410)
+++ trunk/excalibur-logger/debian/control	2014-09-10 15:06:57 UTC (rev 18411)
@@ -21,12 +21,10 @@
 Architecture: all
 Depends: libavalon-framework-java,
          libexcalibur-logkit-java,
-         libgeronimo-jms-1.1-spec-java | glassfish-javaee,
-         libgnumail-java,
          liblog4j1.2-java,
-         libservlet3.0-java,
          libxalan2-java,
          ${misc:Depends}
+Suggests: libgeronimo-jms-1.1-spec-java | glassfish-javaee, libgnumail-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




More information about the pkg-java-commits mailing list