[pkg-java] r8244 - trunk/ehcache/debian
Varun Hiremath
varun at alioth.debian.org
Fri May 8 00:05:59 UTC 2009
Author: varun
Date: 2009-05-08 00:05:59 +0000 (Fri, 08 May 2009)
New Revision: 8244
Modified:
trunk/ehcache/debian/changelog
trunk/ehcache/debian/control
trunk/ehcache/debian/copyright
trunk/ehcache/debian/rules
Log:
* Switch to default-jdk/jre (Closes: #526282)
* Bump Standards-Version to 3.8.1
* Change the section to java
Modified: trunk/ehcache/debian/changelog
===================================================================
--- trunk/ehcache/debian/changelog 2009-05-07 23:50:25 UTC (rev 8243)
+++ trunk/ehcache/debian/changelog 2009-05-08 00:05:59 UTC (rev 8244)
@@ -1,3 +1,11 @@
+ehcache (1.5.0+dak1-2) unstable; urgency=low
+
+ * Switch to default-jdk/jre (Closes: #526282)
+ * Bump Standards-Version to 3.8.1
+ * Change the section to java
+
+ -- Varun Hiremath <varun at debian.org> Thu, 07 May 2009 19:56:47 -0400
+
ehcache (1.5.0+dak1-1) unstable; urgency=low
* Move package to main.
Modified: trunk/ehcache/debian/control
===================================================================
--- trunk/ehcache/debian/control 2009-05-07 23:50:25 UTC (rev 8243)
+++ trunk/ehcache/debian/control 2009-05-08 00:05:59 UTC (rev 8244)
@@ -1,21 +1,24 @@
Source: ehcache
-Section: libs
+Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Arnaud Vandyck <avdyk at debian.org>, Varun Hiremath <varun at debian.org>, Kumar Appaiah <akumar at debian.org>, Torsten Werner <twerner at debian.org>
+Uploaders: Arnaud Vandyck <avdyk at debian.org>,
+ Varun Hiremath <varun at debian.org>,
+ Kumar Appaiah <akumar at debian.org>,
+ Torsten Werner <twerner at debian.org>
Build-Depends: debhelper (>= 6), cdbs
-Build-Depends-Indep: java-gcj-compat-dev (>= 1.0.69-2), ant,
+Build-Depends-Indep: default-jdk, ant,
libcommons-logging-java, libcommons-collections3-java,
libservlet2.4-java, libbackport-util-concurrent-java,
libjsr107cache-java, libhibernate3-java, libjgroups-java
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
Homepage: http://ehcache.sourceforge.net/
Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/ehcache
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/ehcache/
Package: libehcache-java
Architecture: all
-Depends: java-gcj-compat | java2-runtime, 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.4-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/copyright
===================================================================
--- trunk/ehcache/debian/copyright 2009-05-07 23:50:25 UTC (rev 8243)
+++ trunk/ehcache/debian/copyright 2009-05-08 00:05:59 UTC (rev 8244)
@@ -8,7 +8,7 @@
Gavin King <oneovthafew at users.sourceforge.net>
Surya Suravarapu <ssuravarapu at users.sourceforge.net>
-Copyright: (C) 2003-2007 Greg Luck
+Copyright: © 2003-2007 Greg Luck
License: Apache 2.0
Modified: trunk/ehcache/debian/rules
===================================================================
--- trunk/ehcache/debian/rules 2009-05-07 23:50:25 UTC (rev 8243)
+++ trunk/ehcache/debian/rules 2009-05-08 00:05:59 UTC (rev 8244)
@@ -4,7 +4,7 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/ant.mk
-JAVA_HOME := /usr/lib/jvm/java-gcj/
+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 \
More information about the pkg-java-commits
mailing list