This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository java3d.
commit 3af7e3c7d1325498d7a0267066257301637fcda7 Author: Sylvestre Ledru <[email protected]> Date: Mon Mar 23 12:20:44 2009 +0000 repack script removed (should use get-orig-source instead since the zip upstream doesn't contain all the mandatory things --- debian/orig-tar.sh | 19 ------------------- debian/watch | 2 +- 2 files changed, 1 insertion(+), 20 deletions(-) diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh deleted file mode 100755 index eb508f1..0000000 --- a/debian/orig-tar.sh +++ /dev/null @@ -1,19 +0,0 @@ -#!/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 diff --git a/debian/watch b/debian/watch index 8e9000c..8b9a5e8 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=3 opts=dversionmangle=s/\.dfsg// \ -https://java3d.dev.java.net/binary-builds.html .*/j3d-(\d)_(\d)_(\d)-src.zip debian debian/orig-tar.sh \ No newline at end of file +https://java3d.dev.java.net/binary-builds.html .*/j3d-(\d)_(\d)_(\d)-src.zip -- 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

