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 Scalable Vector Graphics Driver".
The branch, build has been updated
via 0a1170e1ca7ebedf5758cedff6de9b9a71f0eb09 (commit)
via c791c963700845a7b2ccd10a0243103e0e2d7bf1 (commit)
via ad77d8ebd8044e180d23aee5b42a58a4f277f639 (commit)
from 50153ac9cfb6799e0de8fc580b7b61b5aa68d417 (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 0a1170e1ca7ebedf5758cedff6de9b9a71f0eb09
Merge: 50153ac9cfb6799e0de8fc580b7b61b5aa68d417
c791c963700845a7b2ccd10a0243103e0e2d7bf1
Author: Giovanni Mascellani <[email protected]>
Date: Sat Mar 13 10:18:58 2010 +0100
Merge branch 'master' into build
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 3 ++-
debian/orig-tar.sh | 14 ++++++++++++++
debian/watch | 6 ++++--
3 files changed, 20 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 4b9a1f9..26b723b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ freehep-graphicsio-svg (2.1.1-3) unstable; urgency=low
* Added geogebra patch: make a SVGGraphics2D filed protected, so it can
be used by extending classes (for example, geogebra package needs it).
+ * Added watch file
- -- Giovanni Mascellani <[email protected]> Fri, 12 Mar 2010
19:41:12 +0100
+ -- Giovanni Mascellani <[email protected]> Sat, 13 Mar 2010
10:06:15 +0100
freehep-graphicsio-svg (2.1.1-2) unstable; urgency=low
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
new file mode 100755
index 0000000..2852aba
--- /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/vectorgraphics-${VERSION}/$PACKAGE $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..33397ab 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//" \
+ http://java.freehep.org/maven2/org/freehep/freehep-graphicsio-svg/ \
+ (\d.*)/ debian debian/orig-tar.sh
hooks/post-receive
--
FreeHEP Scalable Vector Graphics Driver
_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits