[pkg-java] r18347 - trunk/oscache/debian

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Sun Sep 7 21:34:30 UTC 2014


Author: ebourg-guest
Date: 2014-09-07 21:34:30 +0000 (Sun, 07 Sep 2014)
New Revision: 18347

Modified:
   trunk/oscache/debian/changelog
   trunk/oscache/debian/control
   trunk/oscache/debian/rules
Log:
Build depend on libservlet3.0-java



Modified: trunk/oscache/debian/changelog
===================================================================
--- trunk/oscache/debian/changelog	2014-09-07 21:23:52 UTC (rev 18346)
+++ trunk/oscache/debian/changelog	2014-09-07 21:34:30 UTC (rev 18347)
@@ -2,6 +2,7 @@
 
   * Team upload.
   * debian/control:
+    - Build depend on libservlet3.0-java
     - Standards-Version updated to 3.9.5 (no changes)
     - Use canonical URLs for the Vcs-* fields
   * Switch to debhelper level 9

Modified: trunk/oscache/debian/control
===================================================================
--- trunk/oscache/debian/control	2014-09-07 21:23:52 UTC (rev 18346)
+++ trunk/oscache/debian/control	2014-09-07 21:34:30 UTC (rev 18347)
@@ -10,7 +10,7 @@
                      libcommons-logging-java,
                      libhibernate3-java,
                      libjgroups-java (>= 2.12.2.Final),
-                     libservlet2.5-java
+                     libservlet3.0-java
 Standards-Version: 3.9.5
 Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/oscache
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/oscache

Modified: trunk/oscache/debian/rules
===================================================================
--- trunk/oscache/debian/rules	2014-09-07 21:23:52 UTC (rev 18346)
+++ trunk/oscache/debian/rules	2014-09-07 21:34:30 UTC (rev 18347)
@@ -6,7 +6,7 @@
 JAVA_HOME 		:= /usr/lib/jvm/default-java
 DEB_ANT_BUILD_TARGET	:= jar
 DEB_ANT_BUILDFILE	:= debian/build.xml
-DEB_JARS		:= commons-logging jgroups servlet-api-2.5 jsp-api-2.1 \
+DEB_JARS		:= commons-logging jgroups servlet-api-3.0 jsp-api-2.2 \
   glassfish-javaee hibernate-core
 
 install/liboscache-java::




More information about the pkg-java-commits mailing list