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 <[EMAIL PROTECTED]> 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 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

