[pkg-java] r12385 - trunk/ehcache/debian

Torsten Werner twerner at alioth.debian.org
Wed May 12 12:20:11 UTC 2010


Author: twerner
Date: 2010-05-12 12:20:08 +0000 (Wed, 12 May 2010)
New Revision: 12385

Modified:
   trunk/ehcache/debian/changelog
   trunk/ehcache/debian/control
   trunk/ehcache/debian/rules
Log:
* UNRELEASED
* Switch to servlet-api-2.5.

Modified: trunk/ehcache/debian/changelog
===================================================================
--- trunk/ehcache/debian/changelog	2010-05-12 12:16:01 UTC (rev 12384)
+++ trunk/ehcache/debian/changelog	2010-05-12 12:20:08 UTC (rev 12385)
@@ -1,3 +1,10 @@
+ehcache (1.5.0+dak1-4) unstable; urgency=low
+
+  * UNRELEASED
+  * Switch to servlet-api-2.5.
+
+ -- Torsten Werner <twerner at debian.org>  Wed, 12 May 2010 14:18:08 +0200
+
 ehcache (1.5.0+dak1-3) unstable; urgency=low
 
   * Update debian/watch to support the newer upstream versions.

Modified: trunk/ehcache/debian/control
===================================================================
--- trunk/ehcache/debian/control	2010-05-12 12:16:01 UTC (rev 12384)
+++ trunk/ehcache/debian/control	2010-05-12 12:20:08 UTC (rev 12385)
@@ -8,7 +8,7 @@
 Build-Depends: debhelper (>= 6), cdbs
 Build-Depends-Indep: default-jdk, ant,
  libcommons-logging-java, libcommons-collections3-java,
- libservlet2.4-java, libbackport-util-concurrent-java,
+ libservlet2.5-java, libbackport-util-concurrent-java,
  libjsr107cache-java, libhibernate3-java, libjgroups-java
 Standards-Version: 3.8.4
 Homepage: http://ehcache.sourceforge.net/
@@ -17,7 +17,7 @@
 
 Package: libehcache-java
 Architecture: all
-Depends: ${misc:Depends}, default-jre-headless | java2-runtime-headless, libcommons-logging-java, libcommons-collections3-java, libservlet2.4-java, libbackport-util-concurrent-java, libjsr107cache-java
+Depends: ${misc:Depends}, default-jre-headless | java2-runtime-headless, libcommons-logging-java, libcommons-collections3-java, libservlet2.5-java, libbackport-util-concurrent-java, libjsr107cache-java
 Description: distributed cache library
  Ehcache is a distributed cache for general purpose caching in Java,
  J2EE and light-weight containers. It features memory and disk stores,

Modified: trunk/ehcache/debian/rules
===================================================================
--- trunk/ehcache/debian/rules	2010-05-12 12:16:01 UTC (rev 12384)
+++ trunk/ehcache/debian/rules	2010-05-12 12:20:08 UTC (rev 12385)
@@ -7,7 +7,7 @@
 JAVA_HOME := /usr/lib/jvm/default-java/
 DEB_ANT_BUILDFILE := debian/build.xml
 DEB_ANT_BUILD_TARGET := jar
-DEB_JARS := commons-logging servlet-api-2.4 backport-util-concurrent	\
+DEB_JARS := commons-logging servlet-api-2.5 backport-util-concurrent	\
 		jsr107cache hibernate3 commons-collections3 jgroups-all
 DEB_INSTALL_CHANGELOGS_ALL := CHANGELOG.txt
 




More information about the pkg-java-commits mailing list