Author: tmancill Date: 2011-09-09 05:01:39 +0000 (Fri, 09 Sep 2011) New Revision: 14779
Added: tags/libswingx1-java/1:1.0-1/ tags/libswingx1-java/1:1.0-1/debian/orig-tar.sh Removed: tags/libswingx1-java/1:1.0-1/debian/orig-tar.sh Log: [svn-buildpackage] Tagging libswingx1-java 1:1.0-1 Deleted: tags/libswingx1-java/1:1.0-1/debian/orig-tar.sh =================================================================== --- trunk/libswingx1-java/debian/orig-tar.sh 2011-09-09 01:46:52 UTC (rev 14777) +++ tags/libswingx1-java/1:1.0-1/debian/orig-tar.sh 2011-09-09 05:01:39 UTC (rev 14779) @@ -1,20 +0,0 @@ -#!/bin/sh -e - -# called by uscan with '--upstream-version' <version> <file> - -TAR=../libswingx-java_$2.orig.tar.gz -DIR=swingx-$2-src - -# clean up and repackage the upstream zip file -unzip $3 -tar -c -z -f $TAR -X debian/orig-tar.exclude $DIR -rm -rf $DIR $3 - -# move to directory 'tarballs' -if [ -r .svn/deb-layout ]; then - . .svn/deb-layout - mv $TAR $origDir - echo "moved $TAR to $origDir" -fi - -exit 0 Copied: tags/libswingx1-java/1:1.0-1/debian/orig-tar.sh (from rev 14778, trunk/libswingx1-java/debian/orig-tar.sh) =================================================================== --- tags/libswingx1-java/1:1.0-1/debian/orig-tar.sh (rev 0) +++ tags/libswingx1-java/1:1.0-1/debian/orig-tar.sh 2011-09-09 05:01:39 UTC (rev 14779) @@ -0,0 +1,20 @@ +#!/bin/sh -e + +# called by uscan with '--upstream-version' <version> <file> + +TAR=../libswingx1-java_$2.orig.tar.gz +DIR=swingx-$2-src + +# clean up and repackage the upstream zip file +unzip $3 +tar -c -z -f $TAR -X debian/orig-tar.exclude $DIR +rm -rf $DIR $3 + +# move to directory 'tarballs' +if [ -r .svn/deb-layout ]; then + . .svn/deb-layout + mv $TAR $origDir + echo "moved $TAR to $origDir" +fi + +exit 0 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

