This is an automated email from the git hooks/post-receive script. paulliu pushed a commit to branch master in repository byte-buddy.
commit a1301a2902beea063c61ea5bea0020c1446d81fd Author: Ying-Chun Liu (PaulLiu) <[email protected]> Date: Mon Jul 24 21:24:04 2017 +0800 Add watch file Signed-off-by: Ying-Chun Liu (PaulLiu) <[email protected]> --- debian/watch | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..d3f4620 --- /dev/null +++ b/debian/watch @@ -0,0 +1,6 @@ +# Compulsory line, this is a version 4 file +version=4 +# GitHub hosted projects +opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%byte-buddy-$1.tar.gz%" \ + https://github.com/raphw/byte-buddy/tags \ + (?:.*-)(\d[\d.]*)\.tar\.gz debian uupdate -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/byte-buddy.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

