This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libquartz-java.
commit abe47f78e5442773c8d39be0ade7a85272ad5578 Author: Torsten Werner <[email protected]> Date: Thu Mar 25 21:39:58 2010 +0000 UNRELEASED * New upstream release. * Update d/watch and d/orig-tar.sh to create the orig tarball from the SVN repo. --- debian/changelog | 9 +++++++++ debian/orig-tar.sh | 3 ++- debian/watch | 3 +-- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5b41a05..55804cb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +libquartz-java (1.7.3-1) unstable; urgency=low + + UNRELEASED + * New upstream release. + * Update d/watch and d/orig-tar.sh to create the orig tarball from the SVN + repo. + + -- Torsten Werner <[email protected]> Thu, 25 Mar 2010 22:34:02 +0100 + libquartz-java (1.6.6-1) unstable; urgency=low * New upstream release. diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index bc914b1..8e4501b 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -1,11 +1,12 @@ #!/bin/sh -e # called by uscan with '--upstream-version' <version> <file> +SVN=http://svn.terracotta.org/svn/quartz/tags TAR=../libquartz-java_$2.orig.tar.gz DIR=libquartz-java-$2.orig # clean up the upstream tarball -unzip $3 -d $DIR +svn export $SVN/quartz-$2 $DIR GZIP=--best tar -c -z -f $TAR -X debian/orig-tar.exclude $DIR rm -rf $3 $DIR diff --git a/debian/watch b/debian/watch index 271c44e..68b3017 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,2 @@ version=3 -opts="uversionmangle=s/-/~/,dversionmangle=s/-/~/" \ -http://www.opensymphony.com/quartz/download.action .*quartz-(.*)\.zip debian debian/orig-tar.sh +http://svn.terracotta.org/svn/quartz/tags quartz-([\d.]+)/? debian debian/orig-tar.sh -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libquartz-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

