[SCM] FreeHEP Export and Save As Library branch, master, updated. upstream/2.1.1-25-g458cc1e
Giovanni Mascellani
gmascellani-guest at alioth.debian.org
Fri Apr 2 21:09:52 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 Export and Save As Library".
The branch, master has been updated
via 458cc1e43eab1e51c8f40d10b5f896e3ae76145f (commit)
from e96f5e46db423ab5126175186ce990bdcc71c424 (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 458cc1e43eab1e51c8f40d10b5f896e3ae76145f
Author: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
Date: Fri Apr 2 23:09:30 2010 +0200
Added real watch file
-----------------------------------------------------------------------
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 a8d1451..02f1709 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
freehep-export (2.1.1-2) unstable; urgency=low
* Standards version bumped to 3.8.4
+ * Added real watch file
- -- Giovanni Mascellani <mascellani at poisson.phc.unipi.it> Wed, 03 Feb 2010 11:17:47 +0100
+ -- Giovanni Mascellani <mascellani at poisson.phc.unipi.it> Fri, 02 Apr 2010 23:09:03 +0200
freehep-export (2.1.1-1) unstable; urgency=low
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..432d569 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-export/ \
+ (\d.*)/ debian debian/orig-tar.sh
hooks/post-receive
--
FreeHEP Export and Save As Library
More information about the pkg-java-commits
mailing list