[SCM] FreeHEP (Encapsulated) PostScript Driver branch, master, updated. upstream/2.1.1-3-gb565e8c
Giovanni Mascellani
gmascellani-guest at alioth.debian.org
Tue Apr 6 08:30:14 UTC 2010
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FreeHEP (Encapsulated) PostScript Driver".
The branch, master has been updated
via b565e8cef7daced889dbf85082cb4285a0bc3ee1 (commit)
via 8206e185e2cc06e78b06d0a18b25543f30d17ff3 (commit)
from 058f3ac2a66f72f8041d57965f0ef220f23d74c2 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b565e8cef7daced889dbf85082cb4285a0bc3ee1
Author: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
Date: Tue Apr 6 10:15:21 2010 +0200
orig-tar.sh fixed
commit 8206e185e2cc06e78b06d0a18b25543f30d17ff3
Author: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
Date: Tue Apr 6 09:47:28 2010 +0200
Watch file fixed
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 6 ++++++
debian/orig-tar.sh | 7 ++-----
debian/watch | 2 +-
3 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 4fdc3fc..8feccab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+freehep-graphicsio-ps (2.1.1-2) unstable; urgency=low
+
+ * Tarball generation script fixed
+
+ -- Giovanni Mascellani <mascellani at poisson.phc.unipi.it> Tue, 06 Apr 2010 10:14:44 +0200
+
freehep-graphicsio-ps (2.1.1-1) unstable; urgency=low
* Initial release (Closes: #572577)
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
+
diff --git a/debian/watch b/debian/watch
index 3405f04..16d2749 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
version=3
-opts="uversionmangle=s/^.*-SNAPSHOT/~$1/,dversionmangle=s/\+dfsg//" \
+opts="uversionmangle=s/^.*-SNAPSHOT/~$1/,dversionmangle=s/\+dfsg[0-9]*//" \
http://java.freehep.org/maven2/org/freehep/freehep-graphicsio-ps/ \
(\d.*)/ debian debian/orig-tar.sh
hooks/post-receive
--
FreeHEP (Encapsulated) PostScript Driver
More information about the pkg-java-commits
mailing list