[SCM] FreeHEP Java Driver branch, master, updated. upstream/2.1.1-3-ge277637
Giovanni Mascellani
gmascellani-guest at alioth.debian.org
Tue Apr 6 08:30:00 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 Java Driver".
The branch, master has been updated
via e27763796b57ed821d52103ef8572a220b5cde17 (commit)
via f0301b6a62846ca178cfa391519ddd83a1175520 (commit)
from abdb3b8597e7d6a4c367f3a467f25864b3836519 (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 e27763796b57ed821d52103ef8572a220b5cde17
Author: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
Date: Tue Apr 6 10:15:20 2010 +0200
orig-tar.sh fixed
commit f0301b6a62846ca178cfa391519ddd83a1175520
Author: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
Date: Tue Apr 6 09:47:26 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 224a651..ab733e0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+freehep-graphicsio-java (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:37 +0200
+
freehep-graphicsio-java (2.1.1-1) unstable; urgency=low
* Initial release (Closes: #572575)
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 e0f8dc0..3fa0c7b 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-java/ \
(\d.*)/ debian debian/orig-tar.sh
hooks/post-receive
--
FreeHEP Java Driver
More information about the pkg-java-commits
mailing list