This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch experimental in repository eclipse-pydev.
commit 4646e596f4ea96a29bd1b79bed036470b77ed821 Author: Markus Koschany <[email protected]> Date: Thu Feb 26 19:14:58 2015 +0100 Fix debian/watch and do not use githubredir. It is obsolete. --- debian/watch | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/watch b/debian/watch index 9924d59..7a32b6e 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,6 @@ version=3 -opts=dversionmangle=s/\+dfsg// \ -http://githubredir.debian.net/github/fabioz/Pydev/ pydev_(\d+)_(\d+)_(\d+).tar.gz +opts=dversionmangle=s/(\da?)[\+\.\-~](?:dfsg|debian|ds|repack|repacked)\.?\d*$/$1/,\ +uversionmangle=s/_/./g \ +https://github.com/fabioz/Pydev/tags \ +.*/archive/(?:upstream/)?(?:v||version-|VER_|release-|X|R|r)pydev_(\d+)_(\d+)_(\d+)\.tar\.gz + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/eclipse-pydev.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

