[SCM] FreeHEP Character Table Converter branch, master, updated. debian/2.0-2-17-g93441e7

Giovanni Mascellani gmascellani-guest at alioth.debian.org
Thu Apr 1 09:35:44 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 Character Table Converter".

The branch, master has been updated
       via  93441e7097cf7acb8ee5856b76c5e00a2d461a81 (commit)
       via  c4a4992cb2cfd400c4d1cd07e5d70648c599e372 (commit)
      from  173be720ca3a008b8c8601cc6ea4df9b8902e61d (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 93441e7097cf7acb8ee5856b76c5e00a2d461a81
Author: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
Date:   Thu Apr 1 11:34:08 2010 +0200

    Added real watch file

commit c4a4992cb2cfd400c4d1cd07e5d70648c599e372
Author: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
Date:   Thu Apr 1 11:32:12 2010 +0200

    Added titles to README.source

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

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

diff --git a/debian/README.source b/debian/README.source
index 543adf9..44bd117 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -1,6 +1,9 @@
 Information about freehep-chartableconverter-plugin
 ------------------------------
 
+
+DEBIANIZATION
+
 This package was debianized using the mh_make command
 from the maven-debian-helper package.
 
@@ -8,6 +11,9 @@ The build system uses Maven but prevents it from downloading
 anything from the Internet, making the build compliant with
 the Debian policy.
 
+
+QUILT
+
 This package uses quilt to manage all modifications to the upstream
 source.  Changes are stored in the source package as diffs in
 debian/patches and applied during the build.  Please see:
diff --git a/debian/changelog b/debian/changelog
index 4f284f7..604b1ba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+freehep-chartableconverter-plugin (2.0-6) unstable; urgency=low
+
+  * Added real watch file
+
+ -- Giovanni Mascellani <mascellani at poisson.phc.unipi.it>  Thu, 01 Apr 2010 11:33:59 +0200
+
 freehep-chartableconverter-plugin (2.0-5) 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..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..8bd6eb4 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-chartableconverter-plugin/ \
+  (\d.*)/ debian debian/orig-tar.sh


hooks/post-receive
-- 
FreeHEP Character Table Converter



More information about the pkg-java-commits mailing list