[SCM] FreeHEP graphics 2D library branch, master, updated. upstream/2.1.1-17-gb02e10a
Giovanni Mascellani
gmascellani-guest at alioth.debian.org
Thu Apr 1 09:39:41 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 graphics 2D library".
The branch, master has been updated
via b02e10a9129cc325ec2a07f57ff601e835bf76a1 (commit)
via 6157427ae58330ddbe7fd1d13589b7a12d8c067e (commit)
from 004216de8a02a87d0be8c36116169105ecfd29e7 (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 b02e10a9129cc325ec2a07f57ff601e835bf76a1
Author: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
Date: Thu Apr 1 11:39:20 2010 +0200
Added real watch file
commit 6157427ae58330ddbe7fd1d13589b7a12d8c067e
Author: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
Date: Thu Apr 1 11:36:51 2010 +0200
Added titles to README.source
-----------------------------------------------------------------------
Summary of changes:
debian/README.source | 5 +++++
debian/changelog | 6 ++++++
debian/orig-tar.sh | 14 ++++++++++++++
debian/watch | 6 ++++--
4 files changed, 29 insertions(+), 2 deletions(-)
diff --git a/debian/README.source b/debian/README.source
index 91d2891..287172f 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -1,6 +1,8 @@
Information about freehep-graphics2d
------------------------------------
+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 8dc07dd..f382377 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+freehep-graphics2d (2.1.1-4) unstable; urgency=low
+
+ * Added real watch file
+
+ -- Giovanni Mascellani <mascellani at poisson.phc.unipi.it> Thu, 01 Apr 2010 11:39:00 +0200
+
freehep-graphics2d (2.1.1-3) 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..87f83ec 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-graphics2d/ \
+ (\d.*)/ debian debian/orig-tar.sh
hooks/post-receive
--
FreeHEP graphics 2D library
More information about the pkg-java-commits
mailing list