[SCM] FreeHEP Utility Library branch, build, updated. debian/2.0.2-3-6-ge042211

Giovanni Mascellani gmascellani-guest at alioth.debian.org
Thu Apr 1 08:23:40 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 Utility Library".

The branch, build has been updated
       via  e04221184bdbc88ffde4081ec3879ea84dc9137e (commit)
       via  c16ae97fdb507127c498dd4ce45a76650a889ec0 (commit)
       via  33957e8bd8b5a1b875e03a2cfe1d6d29a178ed6c (commit)
       via  32c7ae3ef834afc5cb14558b1580cbc45d4c6917 (commit)
      from  6ac970fa5f2bf773cadd0b7ccd61da1a270b30c6 (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 e04221184bdbc88ffde4081ec3879ea84dc9137e
Merge: 6ac970fa5f2bf773cadd0b7ccd61da1a270b30c6 c16ae97fdb507127c498dd4ce45a76650a889ec0
Author: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
Date:   Thu Apr 1 10:23:35 2010 +0200

    Merge branch 'master' into build

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

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

diff --git a/debian/README.source b/debian/README.source
index c01d966..de0005a 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -1,6 +1,8 @@
 Information about freehep-util
 ------------------------------
 
+DEBIANIZATION
+
 This package was debianized using the mh_make command
 from the maven-debian-helper package.
 
@@ -8,6 +10,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 a642e5a..c3600bd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
 freehep-util (2.0.2-4) unstable; urgency=low
 
+  * Added real watch file
   * Moved default-jdk from Build-Depends-Indep to Build-Depends
 
- -- Gabriele Giacone <1o5g4r8o at gmail.com>  Thu, 04 Mar 2010 00:50:59 +0100
+ -- Giovanni Mascellani <mascellani at poisson.phc.unipi.it>  Thu, 01 Apr 2010 10:16:03 +0200
 
 freehep-util (2.0.2-3) 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..2bfe55c 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-util/ \
+  (\d.*)/ debian debian/orig-tar.sh


hooks/post-receive
-- 
FreeHEP Utility Library



More information about the pkg-java-commits mailing list