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 swing extensions".

The branch, master has been updated
       via  5394e9996f1e1d8d3b6ef37d4457176de7008e68 (commit)
      from  11993dca4ae5cde309a25717124e785c4944c51d (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 5394e9996f1e1d8d3b6ef37d4457176de7008e68
Author: Giovanni Mascellani <mascell...@poisson.phc.unipi.it>
Date:   Thu Apr 1 10:51:21 2010 +0200

    Added real watch file

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

Summary of changes:
 debian/changelog   |    6 ++++++
 debian/orig-tar.sh |   14 ++++++++++++++
 debian/watch       |    6 ++++--
 3 files changed, 24 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d8d2ab8..71c4a0b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+freehep-swing (2.0.3-4) unstable; urgency=low
+
+  * Added real watch file
+
+ -- Giovanni Mascellani <mascell...@poisson.phc.unipi.it>  Thu, 01 Apr 2010 
10:50:56 +0200
+
 freehep-swing (2.0.3-3) unstable; urgency=low
 
   * Moved default-jdk from Build-Depends-Indep to Build-Depends
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
new file mode 100755
index 0000000..949303a
--- /dev/null
+++ b/debian/orig-tar.sh
@@ -0,0 +1,14 @@
+#!/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
+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..8220e13 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-swing/ \
+  (\d.*)/ debian debian/orig-tar.sh


hooks/post-receive
-- 
FreeHEP swing extensions

_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

Reply via email to