This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libgoogle-gson-java.
commit df2846a4e9d80f9cb3355e50fe8fd1be54ec118b Author: Emmanuel Bourg <[email protected]> Date: Tue Nov 3 22:13:15 2015 +0100 Watch the release tags on Github --- debian/changelog | 7 +++++++ debian/orig-tar.sh | 14 -------------- debian/watch | 3 +-- 3 files changed, 8 insertions(+), 16 deletions(-) diff --git a/debian/changelog b/debian/changelog index a4100e2..f499017 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libgoogle-gson-java (2.2.4-2) UNRELEASED; urgency=medium + + * Team upload. + * debian/watch: Watch the release tags on Github + + -- Emmanuel Bourg <[email protected]> Tue, 03 Nov 2015 22:12:42 +0100 + libgoogle-gson-java (2.2.4-1) unstable; urgency=low * New upstream release diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh deleted file mode 100755 index 73299b8..0000000 --- a/debian/orig-tar.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh - -set -e - -PACKAGE=libgoogle-gson-java -VERSION=$2 -TAR=../${PACKAGE}_${VERSION}.orig.tar.gz -DIR=google-gson -SVNROOT=http://google-gson.googlecode.com/svn/tags/gson-$VERSION - -rm $3 -svn export $SVNROOT $DIR -GZIP=--best tar --exclude $DIR/docs/javadocs -zcf $TAR $DIR -rm -rf $DIR diff --git a/debian/watch b/debian/watch index 563d399..dcb9afb 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,2 @@ version=3 -http://code.google.com/p/google-gson/downloads/list?can=1 \ - .*/google-gson-(\d[\d\.]*)-release\.(?:zip|tgz|tbz2|txz|tar\.gz|tar\.bz2|tar\.xz) debian debian/orig-tar.sh +https://github.com/google/gson/tags .*/gson-([\d\.]+).tar.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libgoogle-gson-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

