[SCM] FreeHEP GraphicsIO Test Library branch, master, updated. upstream/2.1.1+dfsg1-12-gaa03eb9

Giovanni Mascellani gmascellani-guest at alioth.debian.org
Thu Apr 1 09:01:20 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 GraphicsIO Test Library".

The branch, master has been updated
       via  aa03eb980f6a1dc79c71d622b5320907d79e1704 (commit)
      from  21f779b916035075fae5711f8f017d693a4162b3 (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 aa03eb980f6a1dc79c71d622b5320907d79e1704
Author: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
Date:   Thu Apr 1 11:01:02 2010 +0200

    Added real watch file

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

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

diff --git a/debian/changelog b/debian/changelog
index a56ceba..2126f45 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+freehep-graphicsio-tests (2.1.1+dfsg1-4) unstable; urgency=low
+
+  * Added real watch file
+
+ -- Giovanni Mascellani <mascellani at poisson.phc.unipi.it>  Thu, 01 Apr 2010 11:00:42 +0200
+
 freehep-graphicsio-tests (2.1.1+dfsg1-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..adef9f0
--- /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}+dfsg1.orig.tar.gz
+DIR=${PACKAGE}-${VERSION}
+
+svn export svn://svn.freehep.org/svn/freehep/tags/vectorgraphics-$VERSION/$PACKAGE $DIR
+rm -f $DIR/src/main/java/org/freehep/graphicsio/test/TestCustomStrokes.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..a4d4751 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-graphicsio-tests/ \
+  (\d.*)/ debian debian/orig-tar.sh


hooks/post-receive
-- 
FreeHEP GraphicsIO Test Library



More information about the pkg-java-commits mailing list