[SCM] FreeHEP Enhanced Metafile Format Driver branch, build, updated. upstream/2.1.1+dfsg-18-g870dfdc

Giovanni Mascellani mascellani at poisson.phc.unipi.it
Tue Jan 10 11:51:53 UTC 2012


The following commit has been merged in the build branch:
commit 2c5a43e26055b0bbf117c921b1c4de3b22f79b51
Author: Giovanni Mascellani <mascellani at 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



More information about the pkg-java-commits mailing list