This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository igraph.
commit 0cee0dda2256421ebb5d2b836adba1cddbf85f90 Author: Andreas Tille <[email protected]> Date: Fri Aug 15 11:37:39 2014 +0000 Do not use Github for downloading as advised by upstream --- debian/watch | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/watch b/debian/watch index 22a3220..2decb01 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,5 @@ version=3 -https://github.com/igraph/igraph/releases .*/archive/(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz) +http://igraph.org/c/ .*/nightly/get/c/igraph-(\d[\d.-]+)\.tar\.gz + +# Upstream advises to NOT use Github releases +# https://github.com/igraph/igraph/releases .*/archive/(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/igraph.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
