Author: sylvestre-guest Date: 2009-03-23 12:20:44 +0000 (Mon, 23 Mar 2009) New Revision: 8108
Removed: trunk/java3d/debian/orig-tar.sh Modified: trunk/java3d/debian/watch Log: repack script removed (should use get-orig-source instead since the zip upstream doesn't contain all the mandatory things Deleted: trunk/java3d/debian/orig-tar.sh =================================================================== --- trunk/java3d/debian/orig-tar.sh 2009-03-22 08:21:49 UTC (rev 8107) +++ trunk/java3d/debian/orig-tar.sh 2009-03-23 12:20:44 UTC (rev 8108) @@ -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 Modified: trunk/java3d/debian/watch =================================================================== --- trunk/java3d/debian/watch 2009-03-22 08:21:49 UTC (rev 8107) +++ trunk/java3d/debian/watch 2009-03-23 12:20:44 UTC (rev 8108) @@ -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 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

