[SCM] JAS(2) Plotter branch, master, updated. upstream/2.2.6-13-g4cf4a7d

Giovanni Mascellani gmascellani-guest at alioth.debian.org
Tue Dec 29 22:08:06 UTC 2009


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  4cf4a7dd5a3ec281817f0c542e93ee53204f9a21 (commit)
      from  5ce374a5ffbe75c675c3c82960eddde102073036 (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 4cf4a7dd5a3ec281817f0c542e93ee53204f9a21
Author: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
Date:   Tue Dec 29 21:33:35 2009 +0100

    d/watch: just a comment about why watch cannot be used

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

Summary of changes:
 debian/orig-tar.sh |   16 ----------------
 debian/watch       |    6 ++----
 2 files changed, 2 insertions(+), 20 deletions(-)

diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
deleted file mode 100755
index 92e3109..0000000
--- a/debian/orig-tar.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh -e
-
-VERSION=$2
-TAR=../jas-plotter_$VERSION.orig.tar.gz
-DIR=jas-plotter-$VERSION
-TAG=$(echo "jas-plotter-$VERSION" | sed -re's/~(alpha|beta)/-\1-/')
-
-svn export svn://svn.freehep.org/svn/freehep/tags/${TAG}/ $DIR
-GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --exclude '*.class' $DIR
-rm -rf $DIR ../$TAG
-
-# move to directory 'tarballs'
-if [ -r .svn/deb-layout ]; then
-  . .svn/deb-layout
-  mv $TAR $origDir && echo "moved $TAR to $origDir"
-fi
diff --git a/debian/watch b/debian/watch
index 248505f..f1fc674 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,2 @@
-version=3
-opts="uversionmangle=s/-(alpha|beta)-/~$1/" \
-  svn://svn.freehep.org/svn/freehep/tags/ \
-  jas-plotter-(\d.*)/ debian debian/orig-tar.sh
+# Watch file missing, because upstream releases are available only via
+# SVN, but uscan is unable to read in a SVN repository.


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



More information about the pkg-java-commits mailing list