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

avdyk at alioth.debian.org avdyk at alioth.debian.org
Mon Jul 16 10:50:42 UTC 2007


Author: avdyk
Date: 2007-07-16 10:50:42 +0000 (Mon, 16 Jul 2007)
New Revision: 3864

Added:
   trunk/ehcache/debian/libehcache-java.dirs
Modified:
   trunk/ehcache/debian/changelog
   trunk/ehcache/debian/rules
Log:
ehcache really done ;-)

Modified: trunk/ehcache/debian/changelog
===================================================================
--- trunk/ehcache/debian/changelog	2007-07-16 10:48:49 UTC (rev 3863)
+++ trunk/ehcache/debian/changelog	2007-07-16 10:50:42 UTC (rev 3864)
@@ -2,4 +2,4 @@
 
   * Initial Release (closes: #386103).
 
- -- Arnaud Vandyck <avdyk at debian.org>  Mon,  7 May 2007 11:34:11 +0200
+ -- Arnaud Vandyck <avdyk at debian.org>  Mon, 16 Jul 2007 12:47:21 +0200

Added: trunk/ehcache/debian/libehcache-java.dirs
===================================================================
--- trunk/ehcache/debian/libehcache-java.dirs	                        (rev 0)
+++ trunk/ehcache/debian/libehcache-java.dirs	2007-07-16 10:50:42 UTC (rev 3864)
@@ -0,0 +1 @@
+usr/share/java/

Modified: trunk/ehcache/debian/rules
===================================================================
--- trunk/ehcache/debian/rules	2007-07-16 10:48:49 UTC (rev 3863)
+++ trunk/ehcache/debian/rules	2007-07-16 10:50:42 UTC (rev 3864)
@@ -13,3 +13,10 @@
 # hibernate is needed if you wanna build net.sf.ehcache.hibernate.* package
 DEB_ANT_BUILD_TARGET := jar # javadocs
 DEB_ANT_BUILDFILE := debian/build.xml
+
+#Remove this when dfsg.1 will be removed from the package version
+VERSION = 1.3.0~beta
+
+install/libehcache-java::
+	install -m 644 target/ehcache-${VERSION}.jar debian/libehcache-java/usr/share/java/ehcache-${VERSION}.jar
+	dh_link -plibehcache-java usr/share/java/ehcache-${VERSION}.jar usr/share/java/ehcache.jar




More information about the pkg-java-commits mailing list