[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:52 UTC 2012
The following commit has been merged in the build branch:
commit 539573681566133a07a8e54f5e1bcc4654b36a83
Author: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
Date: Tue Apr 6 10:15:20 2010 +0200
orig-tar.sh fixed
diff --git a/debian/changelog b/debian/changelog
index 271e8e2..8578042 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+freehep-graphicsio-emf (2.1.1+dfsg-2) unstable; urgency=low
+
+ * Tarball generation script fixed
+
+ -- Giovanni Mascellani <mascellani at poisson.phc.unipi.it> Tue, 06 Apr 2010 10:14:30 +0200
+
freehep-graphicsio-emf (2.1.1+dfsg-1) unstable; urgency=low
* Initial release (Closes: #572572)
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index 115ebef..7d29b7c 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -9,8 +9,5 @@ svn export svn://svn.freehep.org/svn/freehep/tags/vectorgraphics-${VERSION}/$PAC
GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --exclude '*.class' $DIR
rm -rf $DIR
-# move to directory 'tarballs'
-if [ -r .svn/deb-layout ]; then
- . .svn/deb-layout
- mv $TAR $origDir && echo "moved $TAR to $origDir"
-fi
+rm -f $DOWNLOADED_FILE
+
--
FreeHEP Enhanced Metafile Format Driver
More information about the pkg-java-commits
mailing list