This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository animal-sniffer.
commit 2640d6332710bf1dd2e2cb000ece1ec30cd8ebbe Author: Emmanuel Bourg <[email protected]> Date: Tue Sep 27 10:54:54 2016 +0200 debian/watch: Track the release tags on GitHub --- debian/changelog | 1 + debian/copyright | 2 +- debian/orig-tar.sh | 17 ----------------- debian/watch | 2 +- 4 files changed, 3 insertions(+), 19 deletions(-) diff --git a/debian/changelog b/debian/changelog index 20ea986..8effd6f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ animal-sniffer (1.11-2) UNRELEASED; urgency=medium * Standards-Version updated to 3.9.8 * Use secure Vcs-* URLs * Updated the Homepage field + * debian/watch: Track the release tags on GitHub -- Emmanuel Bourg <[email protected]> Tue, 27 Sep 2016 10:42:56 +0200 diff --git a/debian/copyright b/debian/copyright index 6c931a4..dc7dcfe 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,6 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Animal Sniffer -Source: http://mojo.codehaus.org/animal-sniffer/animal-sniffer/ +Source: https://github.com/mojohaus/animal-sniffer Files: * Copyright: 2008,2009 Kohsuke Kawaguchi, codehaus.org, Stephen Connolly diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh deleted file mode 100755 index fc1e7d8..0000000 --- a/debian/orig-tar.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh -e - -VERSION=$2 -TAR=../animal-sniffer_$VERSION.orig.tar.xz -DIR=animal-sniffer-$VERSION -TAG=animal-sniffer-parent-$VERSION - -svn export https://svn.codehaus.org/mojo/tags/$TAG $DIR -XZ_OPT=--best tar -c -J -f $TAR --exclude '*.jar' $DIR -rm -rf $DIR ../$TAG $3 - -# move to directory 'tarballs' -if [ -r .svn/deb-layout ]; then - . .svn/deb-layout - mv $TAR $origDir - echo "moved $TAR to $origDir" -fi diff --git a/debian/watch b/debian/watch index b3e4186..6fc0209 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=3 -https://svn.codehaus.org/mojo/tags/ .*animal-sniffer-parent-([\d\.]+)/ debian debian/orig-tar.sh +https://github.com/mojohaus/animal-sniffer/tags .*/animal-sniffer-parent-([\d\.]+).tar.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/animal-sniffer.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

