The following commit has been merged in the build branch:
commit 2c5a43e26055b0bbf117c921b1c4de3b22f79b51
Author: Giovanni Mascellani <mascell...@poisson.phc.unipi.it>
Date:   Tue Apr 6 10:26:45 2010 +0200

    orig-tar.sh further fixed

diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index 7d29b7c..7e3952c 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -2,10 +2,12 @@
 
 VERSION=$2
 PACKAGE=$(dpkg-parsechangelog | sed -n 's/^Source: //p')
-TAR=../${PACKAGE}_${VERSION}.orig.tar.gz
+TAR=../${PACKAGE}_${VERSION}+dfsg1.orig.tar.gz
 DIR=${PACKAGE}-${VERSION}
 
 svn export 
svn://svn.freehep.org/svn/freehep/tags/vectorgraphics-${VERSION}/$PACKAGE $DIR
+rm -f $DIR/src/test/resources/emf/*.emf
+rm -f $DIR/src/test/resources/emf/*.emf.gz
 GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --exclude '*.class' $DIR
 rm -rf $DIR
 

-- 
FreeHEP Enhanced Metafile Format Driver

_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to