[pkg-java] r12640 - in tags/ehcache: . 2.1.0-1/debian

Torsten Werner twerner at alioth.debian.org
Wed Jun 23 08:42:35 UTC 2010


Author: twerner
Date: 2010-06-23 08:42:32 +0000 (Wed, 23 Jun 2010)
New Revision: 12640

Added:
   tags/ehcache/2.1.0-1/
   tags/ehcache/2.1.0-1/debian/build.xml
   tags/ehcache/2.1.0-1/debian/changelog
   tags/ehcache/2.1.0-1/debian/control
   tags/ehcache/2.1.0-1/debian/orig-tar.exclude
   tags/ehcache/2.1.0-1/debian/rules
Removed:
   tags/ehcache/2.1.0-1/debian/build.xml
   tags/ehcache/2.1.0-1/debian/changelog
   tags/ehcache/2.1.0-1/debian/control
   tags/ehcache/2.1.0-1/debian/orig-tar.exclude
   tags/ehcache/2.1.0-1/debian/rules
Log:
[svn-buildpackage] Tagging ehcache 2.1.0-1

Deleted: tags/ehcache/2.1.0-1/debian/build.xml
===================================================================
--- trunk/ehcache/debian/build.xml	2010-06-22 19:39:16 UTC (rev 12638)
+++ tags/ehcache/2.1.0-1/debian/build.xml	2010-06-23 08:42:32 UTC (rev 12640)
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project basedir="../core" name="ehcache" default="jar">
-
-  <property name="target" value="${basedir}/target" />
-  <property name="build" value="${target}/classes" />
-
-  <target name="clean">
-    <delete dir="${build}"/>
-    <delete dir="${target}"/>
-  </target>
-
-  <target name="jar" depends="compile">
-    <jar basedir="${build}" jarfile="${target}/${ant.project.name}.jar"/>
-  </target>
-
-  <target name="compile" depends="init">
-    <javac destdir="${build}" srcdir="src/main/java"/>
-  </target>
-
-  <target name="init">
-    <mkdir dir="${build}"/>
-  </target>
-
-</project>

Copied: tags/ehcache/2.1.0-1/debian/build.xml (from rev 12639, trunk/ehcache/debian/build.xml)
===================================================================
--- tags/ehcache/2.1.0-1/debian/build.xml	                        (rev 0)
+++ tags/ehcache/2.1.0-1/debian/build.xml	2010-06-23 08:42:32 UTC (rev 12640)
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project basedir=".." name="ehcache" default="jar">
+
+  <property name="target" value="${basedir}/target" />
+  <property name="build" value="${target}/classes" />
+
+  <target name="clean">
+    <delete dir="${build}"/>
+    <delete dir="${target}"/>
+  </target>
+
+  <target name="jar" depends="compile">
+    <jar basedir="${build}" jarfile="${target}/${ant.project.name}.jar"/>
+  </target>
+
+  <target name="compile" depends="init">
+    <javac destdir="${build}" srcdir="src/main/java"/>
+  </target>
+
+  <target name="init">
+    <mkdir dir="${build}"/>
+  </target>
+
+</project>

Deleted: tags/ehcache/2.1.0-1/debian/changelog
===================================================================
--- trunk/ehcache/debian/changelog	2010-06-22 19:39:16 UTC (rev 12638)
+++ tags/ehcache/2.1.0-1/debian/changelog	2010-06-23 08:42:32 UTC (rev 12640)
@@ -1,104 +0,0 @@
-ehcache (1.6.2-1) unstable; urgency=low
-
-  * New upstream release
-  * Export SVN tree to create orig tarball as it contains the build system.
-    - Remove the EhcacheUserGuide*.pdf files because the LaTeX sources are
-      missing.
-  * Switch to servlet-api-2.5.
-  * Install POM file using maven-repo-helper.
-  * Convert the copyright file to dep5 format and update the copyright
-    statement.
-
- -- Torsten Werner <twerner at debian.org>  Tue, 25 May 2010 22:55:55 +0200
-
-ehcache (1.5.0+dak1-3) unstable; urgency=low
-
-  * Update debian/watch to support the newer upstream versions.
-  * Remove +ssh from protocol part in Vcs-Svn.
-  * Update Standards-Version: 3.8.4.
-  * Switch to source format 3.0.
-  * Remove Arnaud from Uploaders list.
-
- -- Torsten Werner <twerner at debian.org>  Wed, 12 May 2010 14:09:04 +0200
-
-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.
-
- -- Torsten Werner <twerner at debian.org>  Tue, 18 Nov 2008 19:46:57 +0100
-
-ehcache (1.5.0-1) unstable; urgency=low
-
-  * New upstream release
-  * Add libjgroups-java to Build-Depends-Indep
-  * Bump Standards-Version to 3.8.0
-  * debian/copyright: remove the full text of Apache 2.0 license, as now
-    is included in common licenses
-
- -- Varun Hiremath <varun at debian.org>  Mon, 14 Jul 2008 02:08:53 +0530
-
-ehcache (1.4.1-2) unstable; urgency=low
-
-  * Move package to contrib because libhibernate3-java is in contrib
-    (Closes: #467312)
-  * Remove debian/README.Debian - not required
-
- -- Varun Hiremath <varun at debian.org>  Tue, 26 Feb 2008 00:15:24 +0530
-
-ehcache (1.4.1-1) unstable; urgency=low
-
-  * New upstream release
-
- -- Varun Hiremath <varun at debian.org>  Thu, 21 Feb 2008 16:02:21 +0530
-
-ehcache (1.4.0-1) unstable; urgency=low
-
-  * New upstream release
-  * bump debhelper compat to 6
-
- -- Varun Hiremath <varun at debian.org>  Fri, 01 Feb 2008 08:49:43 +0530
-
-ehcache (1.4.0~beta2-1) unstable; urgency=low
-
-  * New upstream release
-  * Add myself to Uploaders.
-  * Update Homepage and Vcs headers in debian/control.
-  * Set Standards-Version: 3.7.3.
-  * Build hibernate related classes because we have hibernate in Debian now.
-  * Install upstream's CHANGELOG.txt and RELEASE_NOTES.txt.
-
- -- Torsten Werner <twerner at debian.org>  Tue, 01 Jan 2008 17:01:28 +0100
-
-ehcache (1.4.0~beta-1) unstable; urgency=low
-
-  * New upstream release
-  * debian/build.xml:
-    + Add clean target (Closes: #442557)
-    + Remove hard coded version from build.xml and install versioned jar from debian/rules.
-  * debian/control:
-    + Add myself and Kumar Appaiah to Uploaders.
-    + Move cdbs and debhelper to Build-Depends.
-    + Add libcommons-collections3-java to Build-Depends-Indep and Depends
-    + Add XS-Vcs-{Svn, Browser} headers.
-  * Add debian/orig-tar.sh
-  * Add debian/README.Debian-source
-  * Update debian/watch to call debian/orig-tar.sh
-  * debian/rules:
-    + Add commons-collection3 to DEB_JARS
-    + implement get-orig-source
-
- -- Varun Hiremath <varunhiremath at gmail.com>  Mon, 17 Sep 2007 00:18:23 +0530
-
-ehcache (1.3.0~beta.dfsg.1-1) unstable; urgency=low
-
-  * Initial Release (closes: #386103).
-
- -- Arnaud Vandyck <avdyk at debian.org>  Thu,  2 Aug 2007 09:00:42 +0200

Copied: tags/ehcache/2.1.0-1/debian/changelog (from rev 12639, trunk/ehcache/debian/changelog)
===================================================================
--- tags/ehcache/2.1.0-1/debian/changelog	                        (rev 0)
+++ tags/ehcache/2.1.0-1/debian/changelog	2010-06-23 08:42:32 UTC (rev 12640)
@@ -0,0 +1,122 @@
+ehcache (2.1.0-1) unstable; urgency=low
+
+  * Merge changes from Thierry's PPA and upload to Debian.
+
+ -- Torsten Werner <twerner at debian.org>  Wed, 23 Jun 2010 10:35:31 +0200
+
+ehcache (2.1.0-0ubuntu1~ppa2) maverick; urgency=low
+
+  * Add an ehcache.jar link for compatibility
+
+ -- Thierry Carrez <thierry.carrez at ubuntu.com>  Tue, 22 Jun 2010 16:46:10 +0200
+
+ehcache (2.1.0-0ubuntu1~ppa1) maverick; urgency=low
+
+  * New upstream release
+
+ -- Thierry Carrez <thierry.carrez at ubuntu.com>  Fri, 04 Jun 2010 14:49:09 +0200
+
+ehcache (1.6.2-1) unstable; urgency=low
+
+  * New upstream release
+  * Export SVN tree to create orig tarball as it contains the build system.
+    - Remove the EhcacheUserGuide*.pdf files because the LaTeX sources are
+      missing.
+  * Switch to servlet-api-2.5.
+  * Install POM file using maven-repo-helper.
+  * Convert the copyright file to dep5 format and update the copyright
+    statement.
+
+ -- Torsten Werner <twerner at debian.org>  Tue, 25 May 2010 22:55:55 +0200
+
+ehcache (1.5.0+dak1-3) unstable; urgency=low
+
+  * Update debian/watch to support the newer upstream versions.
+  * Remove +ssh from protocol part in Vcs-Svn.
+  * Update Standards-Version: 3.8.4.
+  * Switch to source format 3.0.
+  * Remove Arnaud from Uploaders list.
+
+ -- Torsten Werner <twerner at debian.org>  Wed, 12 May 2010 14:09:04 +0200
+
+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.
+
+ -- Torsten Werner <twerner at debian.org>  Tue, 18 Nov 2008 19:46:57 +0100
+
+ehcache (1.5.0-1) unstable; urgency=low
+
+  * New upstream release
+  * Add libjgroups-java to Build-Depends-Indep
+  * Bump Standards-Version to 3.8.0
+  * debian/copyright: remove the full text of Apache 2.0 license, as now
+    is included in common licenses
+
+ -- Varun Hiremath <varun at debian.org>  Mon, 14 Jul 2008 02:08:53 +0530
+
+ehcache (1.4.1-2) unstable; urgency=low
+
+  * Move package to contrib because libhibernate3-java is in contrib
+    (Closes: #467312)
+  * Remove debian/README.Debian - not required
+
+ -- Varun Hiremath <varun at debian.org>  Tue, 26 Feb 2008 00:15:24 +0530
+
+ehcache (1.4.1-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Varun Hiremath <varun at debian.org>  Thu, 21 Feb 2008 16:02:21 +0530
+
+ehcache (1.4.0-1) unstable; urgency=low
+
+  * New upstream release
+  * bump debhelper compat to 6
+
+ -- Varun Hiremath <varun at debian.org>  Fri, 01 Feb 2008 08:49:43 +0530
+
+ehcache (1.4.0~beta2-1) unstable; urgency=low
+
+  * New upstream release
+  * Add myself to Uploaders.
+  * Update Homepage and Vcs headers in debian/control.
+  * Set Standards-Version: 3.7.3.
+  * Build hibernate related classes because we have hibernate in Debian now.
+  * Install upstream's CHANGELOG.txt and RELEASE_NOTES.txt.
+
+ -- Torsten Werner <twerner at debian.org>  Tue, 01 Jan 2008 17:01:28 +0100
+
+ehcache (1.4.0~beta-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/build.xml:
+    + Add clean target (Closes: #442557)
+    + Remove hard coded version from build.xml and install versioned jar from debian/rules.
+  * debian/control:
+    + Add myself and Kumar Appaiah to Uploaders.
+    + Move cdbs and debhelper to Build-Depends.
+    + Add libcommons-collections3-java to Build-Depends-Indep and Depends
+    + Add XS-Vcs-{Svn, Browser} headers.
+  * Add debian/orig-tar.sh
+  * Add debian/README.Debian-source
+  * Update debian/watch to call debian/orig-tar.sh
+  * debian/rules:
+    + Add commons-collection3 to DEB_JARS
+    + implement get-orig-source
+
+ -- Varun Hiremath <varunhiremath at gmail.com>  Mon, 17 Sep 2007 00:18:23 +0530
+
+ehcache (1.3.0~beta.dfsg.1-1) unstable; urgency=low
+
+  * Initial Release (closes: #386103).
+
+ -- Arnaud Vandyck <avdyk at debian.org>  Thu,  2 Aug 2007 09:00:42 +0200

Deleted: tags/ehcache/2.1.0-1/debian/control
===================================================================
--- trunk/ehcache/debian/control	2010-06-22 19:39:16 UTC (rev 12638)
+++ tags/ehcache/2.1.0-1/debian/control	2010-06-23 08:42:32 UTC (rev 12640)
@@ -1,25 +0,0 @@
-Source: ehcache
-Section: java
-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>
-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,
- libjsr107cache-java, libhibernate3-java, libjgroups-java
-Standards-Version: 3.8.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/
-
-Package: libehcache-java
-Architecture: all
-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,
- replicate by copy and invalidate, listeners, a gzip caching servlet
- filter and much more.

Copied: tags/ehcache/2.1.0-1/debian/control (from rev 12639, trunk/ehcache/debian/control)
===================================================================
--- tags/ehcache/2.1.0-1/debian/control	                        (rev 0)
+++ tags/ehcache/2.1.0-1/debian/control	2010-06-23 08:42:32 UTC (rev 12640)
@@ -0,0 +1,26 @@
+Source: ehcache
+Section: java
+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>
+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,
+ libslf4j-java, libgeronimo-jta-1.0.1b-spec-java, libbtm-java,
+ libjsr107cache-java, libhibernate3-java, libjgroups-java
+Standards-Version: 3.8.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/
+
+Package: libehcache-java
+Architecture: all
+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,
+ replicate by copy and invalidate, listeners, a gzip caching servlet
+ filter and much more.

Deleted: tags/ehcache/2.1.0-1/debian/orig-tar.exclude
===================================================================
--- trunk/ehcache/debian/orig-tar.exclude	2010-06-22 19:39:16 UTC (rev 12638)
+++ tags/ehcache/2.1.0-1/debian/orig-tar.exclude	2010-06-23 08:42:32 UTC (rev 12640)
@@ -1,3 +0,0 @@
-*.jar
-*.zip
-EhcacheUserGuide*.pdf

Copied: tags/ehcache/2.1.0-1/debian/orig-tar.exclude (from rev 12639, trunk/ehcache/debian/orig-tar.exclude)
===================================================================
--- tags/ehcache/2.1.0-1/debian/orig-tar.exclude	                        (rev 0)
+++ tags/ehcache/2.1.0-1/debian/orig-tar.exclude	2010-06-23 08:42:32 UTC (rev 12640)
@@ -0,0 +1,4 @@
+*.jar
+*.zip
+EhcacheUserGuide*.pdf
+src/site

Deleted: tags/ehcache/2.1.0-1/debian/rules
===================================================================
--- trunk/ehcache/debian/rules	2010-06-22 19:39:16 UTC (rev 12638)
+++ tags/ehcache/2.1.0-1/debian/rules	2010-06-23 08:42:32 UTC (rev 12640)
@@ -1,18 +0,0 @@
-#!/usr/bin/make -f
-# debian/rules file for ehcache (uses cdbs)
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/ant.mk
-
-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	\
-		jsr107cache hibernate3 commons-collections3 jgroups-all
-
-install/libehcache-java::
-	mh_installpom -plibehcache-java core/pom.xml --no-parent
-	mh_installjar -plibehcache-java -l core/pom.xml core/target/ehcache.jar
-
-get-orig-source:
-	uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename

Copied: tags/ehcache/2.1.0-1/debian/rules (from rev 12639, trunk/ehcache/debian/rules)
===================================================================
--- tags/ehcache/2.1.0-1/debian/rules	                        (rev 0)
+++ tags/ehcache/2.1.0-1/debian/rules	2010-06-23 08:42:32 UTC (rev 12640)
@@ -0,0 +1,19 @@
+#!/usr/bin/make -f
+# debian/rules file for ehcache (uses cdbs)
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/ant.mk
+
+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	\
+		slf4j-api geronimo-jta-1.0.1b-spec btm \
+		jsr107cache hibernate3 commons-collections3 jgroups-all
+
+install/libehcache-java::
+	mh_installpom -plibehcache-java pom.xml --no-parent
+	mh_installjar -plibehcache-java -l pom.xml target/ehcache.jar /usr/share/java/ehcache.jar
+
+get-orig-source:
+	uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename




More information about the pkg-java-commits mailing list