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 IO library".

The branch, master has been updated
       via  7976d442460fc5e738667e4fd320a514c7581807 (commit)
       via  3457c205b6bea5fb15383e41f3135fbb17a981d9 (commit)
       via  77b0523c2bbebc5dda0ae00dfb9615d05f41ff63 (commit)
      from  9acfa57a215197e4a074652a91c549ba38421ab6 (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 7976d442460fc5e738667e4fd320a514c7581807
Author: Giovanni Mascellani <mascell...@poisson.phc.unipi.it>
Date:   Fri Apr 2 23:04:35 2010 +0200

    Added real watch file

commit 3457c205b6bea5fb15383e41f3135fbb17a981d9
Author: Giovanni Mascellani <mascell...@poisson.phc.unipi.it>
Date:   Fri Apr 2 23:01:34 2010 +0200

    Added title to README.source

commit 77b0523c2bbebc5dda0ae00dfb9615d05f41ff63
Author: Giovanni Mascellani <mascell...@poisson.phc.unipi.it>
Date:   Fri Apr 2 23:01:10 2010 +0200

    default-jdk moved from Build-Depends-Indep to Build-Depends

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

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

diff --git a/debian/README.source b/debian/README.source
index bb7e2a8..bb1ae96 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -1,6 +1,8 @@
 Information about freehep-io
 ------------------------------
 
+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 480d612..48b1904 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+freehep-io (2.0.2-4) unstable; urgency=low
+
+  * default-jdk moved from Build-Depends-Indep to Build-Depends
+  * Added real watch file
+
+ -- Giovanni Mascellani <mascell...@poisson.phc.unipi.it>  Fri, 02 Apr 2010 
23:04:08 +0200
+
 freehep-io (2.0.2-3) unstable; urgency=low
 
   * Description improved.
diff --git a/debian/control b/debian/control
index b6ca39a..ffbba2d 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,8 @@ Priority: optional
 Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
 Uploaders: Giovanni Mascellani <mascell...@poisson.phc.unipi.it>,
  Gabriele Giacone <1o5g4...@gmail.com>
-Build-Depends: debhelper (>= 7), cdbs, maven-debian-helper
-Build-Depends-Indep: default-jdk, libfreehep-util-java (>= 2.0.2-2), junit
+Build-Depends: debhelper (>= 7), cdbs, maven-debian-helper, default-jdk
+Build-Depends-Indep: libfreehep-util-java (>= 2.0.2-2), junit
 Standards-Version: 3.8.4
 Vcs-Git: git://git.debian.org/git/pkg-java/freehep/freehep-io.git
 Vcs-Browser: http://git.debian.org/?p=pkg-java/freehep/freehep-io.git
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..aa194b9 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-io/ \
+  (\d.*)/ debian debian/orig-tar.sh


hooks/post-receive
-- 
FreeHEP IO library

_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

Reply via email to