[excalibur-logger] 19/29: Removed the dependency on libxalan2-java (the JDK provides the XML APIs)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Nov 21 00:11:43 UTC 2017


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 7870f4a73062230d94db0c21502b2c1107bf202e
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Wed Sep 10 15:21:35 2014 +0000

    Removed the dependency on libxalan2-java (the JDK provides the XML APIs)
---
 debian/changelog | 1 +
 debian/control   | 4 +---
 debian/rules     | 2 +-
 3 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 40ccecd..1ff6cb6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ excalibur-logger (2.1-6) UNRELEASED; urgency=medium
     - libexcalibur-logger-java suggests the depedencies on the JMS
       and mail APIs (optional dependencies)
     - Depend on libmail-java instead of libgnumail-java
+    - Removed the dependency on libxalan2-java (the JDK provides the XML APIs)
   * Switch to debhelper level 9
 
  -- Emmanuel Bourg <ebourg at apache.org>  Wed, 10 Sep 2014 16:53:41 +0200
diff --git a/debian/control b/debian/control
index f6efb86..2a41f66 100644
--- a/debian/control
+++ b/debian/control
@@ -10,8 +10,7 @@ Build-Depends-Indep: default-jdk,
                      libexcalibur-logkit-java,
                      libmail-java,
                      liblog4j1.2-java,
-                     libservlet3.0-java,
-                     libxalan2-java
+                     libservlet3.0-java
 Standards-Version: 3.9.5
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/excalibur-logger/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/excalibur-logger/
@@ -22,7 +21,6 @@ Architecture: all
 Depends: libavalon-framework-java,
          libexcalibur-logkit-java,
          liblog4j1.2-java,
-         libxalan2-java,
          ${misc:Depends}
 Suggests: libgeronimo-jms-1.1-spec-java | glassfish-javaee, libmail-java
 Description: Excalibur project's log management system
diff --git a/debian/rules b/debian/rules
index 68d27ca..440878b 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 mailapi 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
 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



More information about the pkg-java-commits mailing list