This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository java3d.
commit 7e95d3055d08b8032961481ec27ea6e51a4bef9c Author: Sylvestre Ledru <[email protected]> Date: Fri Feb 6 15:57:46 2009 +0000 repack string --- debian/orig-tar.sh | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh new file mode 100755 index 0000000..eb508f1 --- /dev/null +++ b/debian/orig-tar.sh @@ -0,0 +1,19 @@ +#!/bin/sh -e + +# called by uscan with '--upstream-version' <version> <file> +DIR=j3d-$2 +TAR=../j3d_$2.orig.tar.gz + +# clean up the upstream tarball +unzip $3 -d $DIR +tar -c -z -f $TAR $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 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/java3d.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

