Author: tille Date: 2009-05-03 20:48:31 +0000 (Sun, 03 May 2009) New Revision: 3362
Modified: trunk/packages/epigrass/trunk/debian/orig-tar.sh Log: Remove remaining not "~dfsg" versioned tarball Modified: trunk/packages/epigrass/trunk/debian/orig-tar.sh =================================================================== --- trunk/packages/epigrass/trunk/debian/orig-tar.sh 2009-05-03 20:02:43 UTC (rev 3361) +++ trunk/packages/epigrass/trunk/debian/orig-tar.sh 2009-05-03 20:48:31 UTC (rev 3362) @@ -5,6 +5,7 @@ # clean up the upstream tarball tar -x -z -f $3 +rm -f $3 DFSGTARBALL=`echo $3 | sed 's/\(_[0-9.b]\+\)\(.orig.tar.gz\)/\1~dfsg\2/'` tar -c -z -f $DFSGTARBALL --exclude '*.pdf' $DIR rm -rf $DIR @@ -12,6 +13,6 @@ # move to directory 'tarballs' if [ -r .svn/deb-layout ]; then . .svn/deb-layout - mv $3 $origDir - echo "moved $3 to $origDir" + mv $DFSGTARBALL $origDir + echo "moved $DFSGTARBALL to $origDir" fi _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
