[pkg-java] r18413 - trunk/excalibur-logger/debian
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Sep 10 15:21:35 UTC 2014
Author: ebourg-guest
Date: 2014-09-10 15:21:35 +0000 (Wed, 10 Sep 2014)
New Revision: 18413
Modified:
trunk/excalibur-logger/debian/changelog
trunk/excalibur-logger/debian/control
trunk/excalibur-logger/debian/rules
Log:
Removed the dependency on libxalan2-java (the JDK provides the XML APIs)
Modified: trunk/excalibur-logger/debian/changelog
===================================================================
--- trunk/excalibur-logger/debian/changelog 2014-09-10 15:09:38 UTC (rev 18412)
+++ trunk/excalibur-logger/debian/changelog 2014-09-10 15:21:35 UTC (rev 18413)
@@ -9,6 +9,7 @@
- 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
Modified: trunk/excalibur-logger/debian/control
===================================================================
--- trunk/excalibur-logger/debian/control 2014-09-10 15:09:38 UTC (rev 18412)
+++ trunk/excalibur-logger/debian/control 2014-09-10 15:21:35 UTC (rev 18413)
@@ -10,8 +10,7 @@
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 @@
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
Modified: trunk/excalibur-logger/debian/rules
===================================================================
--- trunk/excalibur-logger/debian/rules 2014-09-10 15:09:38 UTC (rev 18412)
+++ trunk/excalibur-logger/debian/rules 2014-09-10 15:21:35 UTC (rev 18413)
@@ -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 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::
More information about the pkg-java-commits
mailing list