Author: twerner Date: 2011-09-03 23:21:43 +0000 (Sat, 03 Sep 2011) New Revision: 14708
Added: trunk/libiscwt-java/debian/orig-tar.sh Modified: trunk/libiscwt-java/debian/changelog trunk/libiscwt-java/debian/rules trunk/libiscwt-java/debian/watch Log: * New upstream release. * Implement get-orig-source and drop javadoc from orig-tarball. Modified: trunk/libiscwt-java/debian/changelog =================================================================== --- trunk/libiscwt-java/debian/changelog 2011-09-03 23:17:20 UTC (rev 14707) +++ trunk/libiscwt-java/debian/changelog 2011-09-03 23:21:43 UTC (rev 14708) @@ -1,11 +1,13 @@ -libiscwt-java (5.2.20091102-3) unstable; urgency=low +libiscwt-java (5.3.20100629-1) unstable; urgency=low * Team upload. + * New upstream release. * Switch to source format 3.0. * Fix Build-Depends. * Update Standards-Version: 3.9.2. + * Implement get-orig-source and drop javadoc from orig-tarball. - -- Torsten Werner <[email protected]> Sun, 04 Sep 2011 01:14:50 +0200 + -- Torsten Werner <[email protected]> Sun, 04 Sep 2011 01:17:21 +0200 libiscwt-java (5.2.20091102-2) unstable; urgency=low Added: trunk/libiscwt-java/debian/orig-tar.sh =================================================================== --- trunk/libiscwt-java/debian/orig-tar.sh (rev 0) +++ trunk/libiscwt-java/debian/orig-tar.sh 2011-09-03 23:21:43 UTC (rev 14708) @@ -0,0 +1,18 @@ +#!/bin/sh -e + +ZIP=$3 +TAR=../libiscwt-java_$2.orig.tar.gz +DIR=libiscwt-java-$2 + +unzip $ZIP +mv distribution $DIR +tar -c -z -f $TAR --exclude '*.jar' --exclude '*.zip' --exclude '*/javadoc/*' $DIR +rm -rf $DIR $ZIP + +# move to directory 'tarballs' +if [ -r .svn/deb-layout ]; then + . .svn/deb-layout + mv $TAR $origDir + echo "moved $TAR to $origDir" +fi + Property changes on: trunk/libiscwt-java/debian/orig-tar.sh ___________________________________________________________________ Added: svn:executable + * Modified: trunk/libiscwt-java/debian/rules =================================================================== --- trunk/libiscwt-java/debian/rules 2011-09-03 23:17:20 UTC (rev 14707) +++ trunk/libiscwt-java/debian/rules 2011-09-03 23:21:43 UTC (rev 14708) @@ -26,3 +26,5 @@ clean:: find src -name "*.class" | xargs -r rm +get-orig-source: + uscan --force-download Modified: trunk/libiscwt-java/debian/watch =================================================================== --- trunk/libiscwt-java/debian/watch 2011-09-03 23:17:20 UTC (rev 14707) +++ trunk/libiscwt-java/debian/watch 2011-09-03 23:21:43 UTC (rev 14708) @@ -1,2 +1,2 @@ version=3 -http://sf.net/jpodlib/isCWT\.(.*)\.zip +http://sf.net/jpodlib/isCWT\.(.*)\.zip debian debian/orig-tar.sh _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

