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

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


Author: ebourg-guest
Date: 2014-09-10 15:23:11 +0000 (Wed, 10 Sep 2014)
New Revision: 18414

Modified:
   trunk/excalibur-logger/debian/changelog
   trunk/excalibur-logger/debian/control
   trunk/excalibur-logger/debian/rules
Log:
Updated the dependency on the Servlet API (3.0 -> 3.1)



Modified: trunk/excalibur-logger/debian/changelog
===================================================================
--- trunk/excalibur-logger/debian/changelog	2014-09-10 15:21:35 UTC (rev 18413)
+++ trunk/excalibur-logger/debian/changelog	2014-09-10 15:23:11 UTC (rev 18414)
@@ -10,6 +10,7 @@
       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)
+    - Updated the dependency on the Servlet API (3.0 -> 3.1)
   * 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:21:35 UTC (rev 18413)
+++ trunk/excalibur-logger/debian/control	2014-09-10 15:23:11 UTC (rev 18414)
@@ -10,7 +10,7 @@
                      libexcalibur-logkit-java,
                      libmail-java,
                      liblog4j1.2-java,
-                     libservlet3.0-java
+                     libservlet3.1-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/

Modified: trunk/excalibur-logger/debian/rules
===================================================================
--- trunk/excalibur-logger/debian/rules	2014-09-10 15:21:35 UTC (rev 18413)
+++ trunk/excalibur-logger/debian/rules	2014-09-10 15:23:11 UTC (rev 18414)
@@ -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
+DEB_JARS	:= avalon-framework excalibur-logkit geronimo-jms-1.1-spec mailapi glassfish-jms log4j-1.2 servlet-api-3.1
 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