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

Emmanuel Bourg ebourg-guest at alioth.debian.org
Mon Apr 15 15:00:26 UTC 2013


Author: ebourg-guest
Date: 2013-04-15 15:00:26 +0000 (Mon, 15 Apr 2013)
New Revision: 16542

Modified:
   trunk/ehcache/debian/build.xml
   trunk/ehcache/debian/changelog
   trunk/ehcache/debian/control
   trunk/ehcache/debian/copyright
   trunk/ehcache/debian/rules
Log:
New upstream release (2.6.6)
Bump Standards-Version to 3.9.4. No changes were required.
Updated the dependency on the Servlet API (2.5 -> 3.0)
Removed the dependency on backport-util-concurrent
Updated the Format URI in debian/copyright
Enabled debug symbols as mandated by the Debian policy for Java
Ensured Java 5 compatible bytecode is build


Modified: trunk/ehcache/debian/build.xml
===================================================================
--- trunk/ehcache/debian/build.xml	2013-04-15 11:59:49 UTC (rev 16541)
+++ trunk/ehcache/debian/build.xml	2013-04-15 15:00:26 UTC (rev 16542)
@@ -14,7 +14,7 @@
   </target>
 
   <target name="compile" depends="init">
-    <javac destdir="${build}" srcdir="src/main/java"/>
+    <javac destdir="${build}" srcdir="src/main/java" debug="yes" source="1.5" target="1.5"/>
   </target>
 
   <target name="init">

Modified: trunk/ehcache/debian/changelog
===================================================================
--- trunk/ehcache/debian/changelog	2013-04-15 11:59:49 UTC (rev 16541)
+++ trunk/ehcache/debian/changelog	2013-04-15 15:00:26 UTC (rev 16542)
@@ -1,3 +1,16 @@
+ehcache (2.6.6-1) experimental; urgency=low
+
+  * Team upload.
+  * New upstream release
+  * Bump Standards-Version to 3.9.4. No changes were required.
+  * Updated the dependency on the Servlet API (2.5 -> 3.0)
+  * Removed the dependency on backport-util-concurrent
+  * Updated the Format URI in debian/copyright
+  * Enabled debug symbols as mandated by the Debian policy for Java
+  * Ensured Java 5 compatible bytecode is build
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Mon, 15 Apr 2013 16:42:36 +0200
+
 ehcache (2.5.0-1) unstable; urgency=low
 
   * Team upload.

Modified: trunk/ehcache/debian/control
===================================================================
--- trunk/ehcache/debian/control	2013-04-15 11:59:49 UTC (rev 16541)
+++ trunk/ehcache/debian/control	2013-04-15 15:00:26 UTC (rev 16542)
@@ -3,14 +3,16 @@
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Varun Hiremath <varun at debian.org>, 
- Kumar Appaiah <akumar at debian.org>, Torsten Werner <twerner at debian.org>
+ Kumar Appaiah <akumar at debian.org>,
+ Torsten Werner <twerner at debian.org>,
+ Emmanuel Bourg <ebourg at apache.org>
 Build-Depends: debhelper (>= 6), cdbs, maven-repo-helper
 Build-Depends-Indep: default-jdk, ant,
  libcommons-logging-java, libcommons-collections3-java,
- libservlet2.5-java, libbackport-util-concurrent-java,
+ libservlet3.0-java,
  libslf4j-java, libgeronimo-jta-1.0.1b-spec-java, libbtm-java,
  libjsr107cache-java, libhibernate3-java, libjgroups-java
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
 Homepage: http://ehcache.sourceforge.net/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/ehcache
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/ehcache/
@@ -18,8 +20,8 @@
 Package: libehcache-java
 Architecture: all
 Depends: ${misc:Depends}, libcommons-logging-java,
- libcommons-collections3-java, libservlet2.5-java,
- libbackport-util-concurrent-java, libjsr107cache-java
+ libcommons-collections3-java, libservlet3.0-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/copyright
===================================================================
--- trunk/ehcache/debian/copyright	2013-04-15 11:59:49 UTC (rev 16541)
+++ trunk/ehcache/debian/copyright	2013-04-15 15:00:26 UTC (rev 16542)
@@ -1,8 +1,9 @@
-Format: http://dep.debian.net/deps/dep5/
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: Ehcache distributed cache library
 Upstream-Contact: Terracotta, Inc.
 Source: http://svn.terracotta.org/svn/ehcache/tags/
 
+Files: *
 Copyright: 2003-2009 Terracotta, Inc.
 License: Apache 2.0
   On Debian systems you can find the complete text of the Apache-2.0

Modified: trunk/ehcache/debian/rules
===================================================================
--- trunk/ehcache/debian/rules	2013-04-15 11:59:49 UTC (rev 16541)
+++ trunk/ehcache/debian/rules	2013-04-15 15:00:26 UTC (rev 16542)
@@ -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.5 backport-util-concurrent	\
+DEB_JARS := commons-logging servlet-api-3.0	\
 		slf4j-api geronimo-jta-1.0.1b-spec btm \
 		jsr107cache hibernate3 commons-collections3 jgroups-all
 




More information about the pkg-java-commits mailing list