[SCM] FreeHEP GraphicsIO Base Library branch, master, updated. debian/2.1.1-2-2-gdf04d3b

Giovanni Mascellani gmascellani-guest at alioth.debian.org
Thu Apr 1 09:06:03 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 Base Library".

The branch, master has been updated
       via  df04d3b93a539cba4ea136954b42e8da7f93c070 (commit)
       via  482b62f61b2786e354729fb0ebd17bd2b91519e5 (commit)
      from  2c95a8352ffbe93d9e704a3413a1e64e6925d887 (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 df04d3b93a539cba4ea136954b42e8da7f93c070
Author: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
Date:   Thu Apr 1 11:05:45 2010 +0200

    Added real watch file

commit 482b62f61b2786e354729fb0ebd17bd2b91519e5
Author: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
Date:   Thu Apr 1 11:05:14 2010 +0200

    Title to README.source

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

Summary of changes:
 debian/README.source |    2 ++
 debian/changelog     |    6 ++++++
 debian/orig-tar.sh   |   14 ++++++++++++++
 debian/watch         |    6 ++++--
 4 files changed, 26 insertions(+), 2 deletions(-)

diff --git a/debian/README.source b/debian/README.source
index 5414cd9..9a1ea30 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -1,6 +1,8 @@
 Information about freehep-graphicsio
 ------------------------------------
 
+DEBIANIZATION
+
 This package was debianized using the mh_make command
 from the maven-debian-helper package.
 
diff --git a/debian/changelog b/debian/changelog
index e9415c4..25fa002 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+freehep-graphicsio (2.1.1-3) unstable; urgency=low
+
+  * Added real watch file
+
+ -- Giovanni Mascellani <mascellani at poisson.phc.unipi.it>  Thu, 01 Apr 2010 11:05:35 +0200
+
 freehep-graphicsio (2.1.1-2) 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..d741142
--- /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..14b799e 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/ \
+  (\d.*)/ debian debian/orig-tar.sh


hooks/post-receive
-- 
FreeHEP GraphicsIO Base Library



More information about the pkg-java-commits mailing list