Author: varun-guest
Date: 2007-09-17 07:37:02 +0000 (Mon, 17 Sep 2007)
New Revision: 4190

Modified:
   trunk/ehcache/debian/README.Debian-source
   trunk/ehcache/debian/changelog
   trunk/ehcache/debian/rules
Log:
* Fix couple of typos
* Switch back to VERSION instead of DEB_UPSTREAM_VERSION


Modified: trunk/ehcache/debian/README.Debian-source
===================================================================
--- trunk/ehcache/debian/README.Debian-source   2007-09-17 01:52:03 UTC (rev 
4189)
+++ trunk/ehcache/debian/README.Debian-source   2007-09-17 07:37:02 UTC (rev 
4190)
@@ -1,4 +1,4 @@
-ehcahce
+ehcache
 =======
 
 The upstream supplied source package contains binary jar files.

Modified: trunk/ehcache/debian/changelog
===================================================================
--- trunk/ehcache/debian/changelog      2007-09-17 01:52:03 UTC (rev 4189)
+++ trunk/ehcache/debian/changelog      2007-09-17 07:37:02 UTC (rev 4190)
@@ -6,7 +6,7 @@
     + 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 abd debhelper to Build-Depends.
+    + 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

Modified: trunk/ehcache/debian/rules
===================================================================
--- trunk/ehcache/debian/rules  2007-09-17 01:52:03 UTC (rev 4189)
+++ trunk/ehcache/debian/rules  2007-09-17 07:37:02 UTC (rev 4190)
@@ -11,9 +11,11 @@
 DEB_ANT_BUILD_TARGET := jar # javadocs
 DEB_ANT_BUILDFILE := debian/build.xml
 
+VERSION=1.4.0
+
 install/libehcache-java::
-       install -D -m 644 target/ehcache.jar 
$(DEB_DESTDIR)/usr/share/java/ehcache-${DEB_UPSTREAM_VERSION}.jar
-       dh_link -plibehcache-java 
usr/share/java/ehcache-${DEB_UPSTREAM_VERSION}.jar usr/share/java/ehcache.jar
+       install -D -m 644 target/ehcache.jar 
$(DEB_DESTDIR)/usr/share/java/ehcache-${VERSION}.jar
+       dh_link -plibehcache-java usr/share/java/ehcache-${VERSION}.jar 
usr/share/java/ehcache.jar
 
 get-orig-source:
        -uscan --upstream-version 0 --rename


_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

Reply via email to