[SCM] JAS(2) Plotter branch, master, updated. upstream/2.2.6+dfsg1-33-gab586e4

Giovanni Mascellani gmascellani-guest at alioth.debian.org
Fri Apr 2 21:20:51 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 "JAS(2) Plotter".

The branch, master has been updated
       via  ab586e4edd93d501bbf21732ab2f9a8b49194848 (commit)
      from  bbf0a7fda99fe73a0a12918b76efb6f6304ff5d7 (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 ab586e4edd93d501bbf21732ab2f9a8b49194848
Author: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
Date:   Fri Apr 2 23:20:30 2010 +0200

    Added real watch file

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

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

diff --git a/debian/changelog b/debian/changelog
index ce2f1d9..7b93eff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
 jas-plotter (2.2.6+dfsg1-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:31:25 +0100
+ -- Giovanni Mascellani <mascellani at poisson.phc.unipi.it>  Fri, 02 Apr 2010 23:20:10 +0200
 
 jas-plotter (2.2.6+dfsg1-1) unstable; urgency=low
 
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
new file mode 100755
index 0000000..7e4e67e
--- /dev/null
+++ b/debian/orig-tar.sh
@@ -0,0 +1,17 @@
+#!/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/$PACKAGE-$VERSION $DIR
+rm -fr $DIR/src/main/java/tablelayout
+rm -f $DIR/src/main/java/jas/util/layout/PnutsLayout.java
+rm -f $DIR/src/main/java/jas/util/xml/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..3c4df61 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/jas-plotter/ \
+  (\d.*)/ debian debian/orig-tar.sh


hooks/post-receive
-- 
JAS(2) Plotter



More information about the pkg-java-commits mailing list