[SCM] FreeHEP XML Library branch, master, updated. upstream/2.1.2+dfsg1-32-g4d942c5

Giovanni Mascellani gmascellani-guest at alioth.debian.org
Wed Mar 31 22:43:09 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 XML Library".

The branch, master has been updated
       via  4d942c524767c6d733eafa7374e827291e717b8e (commit)
      from  d12c1a6b9af747f0199b6fa722cac21e4f32e0d3 (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 4d942c524767c6d733eafa7374e827291e717b8e
Author: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
Date:   Thu Apr 1 00:42:49 2010 +0200

    Added real watch file

-----------------------------------------------------------------------

Summary of changes:
 debian/orig-tar.sh |   15 +++++++++++++++
 debian/watch       |    6 ++++--
 2 files changed, 19 insertions(+), 2 deletions(-)

diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
new file mode 100755
index 0000000..043eb83
--- /dev/null
+++ b/debian/orig-tar.sh
@@ -0,0 +1,15 @@
+#!/bin/sh -e
+
+VERSION=$2
+DOWNLOADED_FILE=$3
+PACKAGE=$(dpkg-parsechangelog | sed -n 's/^Source: //p')
+TAR=../${PACKAGE}_${VERSION}.orig.tar.gz
+DIR=${PACKAGE}-${VERSION}
+
+svn export svn://svn.freehep.org/svn/freehep/tags/$PACKAGE-$VERSION $DIR
+rm $DIR/src/main/java/org/freehep/xml/util/XMLCharacterProperties.java
+GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --exclude '*.class' $DIR
+rm -rf $DIR
+
+rm -f $DOWNLOADED_FILE
+
diff --git a/debian/watch b/debian/watch
index f1fc674..ec99100 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,4 @@
-# Watch file missing, because upstream releases are available only via
-# SVN, but uscan is unable to read in a SVN repository.
+version=3
+opts="uversionmangle=s/^.*-SNAPSHOT/~$1/,dversionmangle=s/\+dfsg[0-9]*//" \
+  http://java.freehep.org/maven2/org/freehep/freehep-xml/ \
+  (\d.*)/ debian debian/orig-tar.sh


hooks/post-receive
-- 
FreeHEP XML Library



More information about the pkg-java-commits mailing list