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

Torsten Werner twerner at alioth.debian.org
Tue May 25 20:57:44 UTC 2010


Author: twerner
Date: 2010-05-25 20:57:41 +0000 (Tue, 25 May 2010)
New Revision: 12509

Added:
   trunk/ehcache/debian/orig-tar.exclude
Modified:
   trunk/ehcache/debian/changelog
   trunk/ehcache/debian/copyright
   trunk/ehcache/debian/orig-tar.sh
Log:
* Export SVN tree to create orig tarball as it contains the build system.
  - Remove the EhcacheUserGuide*.pdf files because the LaTeX sources are
    missing.
* Convert the copyright file to dep5 format and update the copyright
  statement.

Modified: trunk/ehcache/debian/changelog
===================================================================
--- trunk/ehcache/debian/changelog	2010-05-25 20:40:31 UTC (rev 12508)
+++ trunk/ehcache/debian/changelog	2010-05-25 20:57:41 UTC (rev 12509)
@@ -1,11 +1,15 @@
 ehcache (1.6.2-1) unstable; urgency=low
 
   * New upstream release
-  * Export SVN tree instead of tarball as it contains the build system.
+  * 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>  Fri, 14 May 2010 21:30:20 +0200
+ -- Torsten Werner <twerner at debian.org>  Tue, 25 May 2010 22:55:55 +0200
 
 ehcache (1.5.0+dak1-3) unstable; urgency=low
 

Modified: trunk/ehcache/debian/copyright
===================================================================
--- trunk/ehcache/debian/copyright	2010-05-25 20:40:31 UTC (rev 12508)
+++ trunk/ehcache/debian/copyright	2010-05-25 20:57:41 UTC (rev 12509)
@@ -1,16 +1,9 @@
-This package was debianized by Arnaud Vandyck <avdyk at debian.org> on 7-May-2007.
-The source code was downloaded from http://ehcache.sourceforge.net/
+Format-Specification: http://dep.debian.net/deps/dep5/
+Name: Ehcache distributed cache library
+Maintainer: Terracotta, Inc.
+Source: http://svn.terracotta.org/svn/ehcache/tags/
 
-Authors:
-
-  Greg Luck <gregluck at users.sourceforge.net>
-  Mauro Talevi <maurotalevi at users.sourceforge.net>
-  Gavin King <oneovthafew at users.sourceforge.net>
-  Surya Suravarapu <ssuravarapu at users.sourceforge.net>
-
-Copyright: © 2003-2007 Greg Luck
-
+Copyright: 2003-2009 Terracotta, Inc.
 License: Apache 2.0
-
-  On Debian GNU/Linux system you can find the complete text of the
-  Apache-2.0 license in `/usr/share/common-licenses/Apache-2.0'
+  On Debian systems you can find the complete text of the Apache-2.0
+  license in `/usr/share/common-licenses/Apache-2.0'

Added: trunk/ehcache/debian/orig-tar.exclude
===================================================================
--- trunk/ehcache/debian/orig-tar.exclude	                        (rev 0)
+++ trunk/ehcache/debian/orig-tar.exclude	2010-05-25 20:57:41 UTC (rev 12509)
@@ -0,0 +1,3 @@
+*.jar
+*.zip
+EhcacheUserGuide*.pdf

Modified: trunk/ehcache/debian/orig-tar.sh
===================================================================
--- trunk/ehcache/debian/orig-tar.sh	2010-05-25 20:40:31 UTC (rev 12508)
+++ trunk/ehcache/debian/orig-tar.sh	2010-05-25 20:57:41 UTC (rev 12509)
@@ -7,7 +7,7 @@
 # clean up the upstream tarball
 svn export http://svn.terracotta.org/svn/ehcache/tags/ehcache-core-$2/ $DIR
 # FIXME: check PDF and DOC files
-GZIP=--best tar czf $TAR --exclude '*.jar' --exclude '*.zip' $DIR
+GZIP=--best tar czf $TAR -X debian/orig-tar.exclude $DIR
 rm -rf $DIR ../ehcache-core-$2
 
 # move to directory 'tarballs'




More information about the pkg-java-commits mailing list