[pkg-java] r4549 - trunk/liboscache-java/debian
twerner at alioth.debian.org
twerner at alioth.debian.org
Thu Nov 1 16:30:16 UTC 2007
Author: twerner
Date: 2007-11-01 16:30:16 +0000 (Thu, 01 Nov 2007)
New Revision: 4549
Modified:
trunk/liboscache-java/debian/changelog
trunk/liboscache-java/debian/orig-tar.sh
trunk/liboscache-java/debian/watch
Log:
minor fixes
Modified: trunk/liboscache-java/debian/changelog
===================================================================
--- trunk/liboscache-java/debian/changelog 2007-11-01 11:48:13 UTC (rev 4548)
+++ trunk/liboscache-java/debian/changelog 2007-11-01 16:30:16 UTC (rev 4549)
@@ -1,6 +1,6 @@
liboscache-java (2.4.1-1) unstable; urgency=low
- * Initial release (Closes: #)
+ * Initial release (Closes: #446658)
-- Varun Hiremath <varunhiremath at gmail.com> Tue, 24 Apr 2007 17:19:10 +0530
Modified: trunk/liboscache-java/debian/orig-tar.sh
===================================================================
--- trunk/liboscache-java/debian/orig-tar.sh 2007-11-01 11:48:13 UTC (rev 4548)
+++ trunk/liboscache-java/debian/orig-tar.sh 2007-11-01 16:30:16 UTC (rev 4549)
@@ -5,9 +5,9 @@
DIR=liboscache-java-$2.orig
# clean up the upstream tarball
-unzip $3
-mv oscache* $DIR
-tar -c -z -f $TAR --exclude '*.jar' $DIR
+mkdir $DIR
+unzip -d $DIR $3
+tar -c -z -f $TAR --exclude '*.jar' --exclude '*/docs/api/*' $DIR
rm -rf $3 $DIR
# move to directory 'tarballs'
Modified: trunk/liboscache-java/debian/watch
===================================================================
--- trunk/liboscache-java/debian/watch 2007-11-01 11:48:13 UTC (rev 4548)
+++ trunk/liboscache-java/debian/watch 2007-11-01 16:30:16 UTC (rev 4549)
@@ -1,2 +1,4 @@
version=3
+http://www.opensymphony.com/oscache/download.action .*/oscache-(.*)-full.zip \
+ debian debian/orig-tar.sh
More information about the pkg-java-commits
mailing list