[SCM] FreeHEP Utility Library branch, master, updated. debian/2.0.2-1-26-gc16ae97
Giovanni Mascellani
gmascellani-guest at alioth.debian.org
Thu Apr 1 08:22:53 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, master has been updated
via c16ae97fdb507127c498dd4ce45a76650a889ec0 (commit)
via 33957e8bd8b5a1b875e03a2cfe1d6d29a178ed6c (commit)
via 32c7ae3ef834afc5cb14558b1580cbc45d4c6917 (commit)
from 0f3172bd1cd43775c3882a199c1894b7c326b376 (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 c16ae97fdb507127c498dd4ce45a76650a889ec0
Merge: 33957e8bd8b5a1b875e03a2cfe1d6d29a178ed6c 0f3172bd1cd43775c3882a199c1894b7c326b376
Author: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
Date: Thu Apr 1 10:22:33 2010 +0200
Merge branch 'master' of ssh://git.debian.org/git/pkg-java/freehep/freehep-util
Conflicts:
debian/changelog
commit 33957e8bd8b5a1b875e03a2cfe1d6d29a178ed6c
Author: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
Date: Thu Apr 1 10:20:48 2010 +0200
README.source reformatted
commit 32c7ae3ef834afc5cb14558b1580cbc45d4c6917
Author: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
Date: Thu Apr 1 10:17:39 2010 +0200
Added real watch file
-----------------------------------------------------------------------
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