This is an automated email from the git hooks/post-receive script. ross-guest pushed a commit to branch master in repository tilemill.
commit 5f9fcf61767064e5261f5f22ef0236e228326e92 Author: Antoine Beaupré <[email protected]> Date: Sun Mar 30 17:23:12 2014 -0400 fix watch file, githubredir.debian.net seems down here besides, it was finding an older release (1.4??), an upstream bug reported at https://github.com/mapbox/tilemill/issues/2258 --- debian/changelog | 2 +- debian/watch | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index bc58999..1ea7633 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -tilemill (0.9.0+ds1-1) UNRELEASED; urgency=low +tilemill (0.10.1+ds1-1) UNRELEASED; urgency=low * Initial release (Closes: #644767) diff --git a/debian/watch b/debian/watch index 4f913f2..0b17c40 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,6 @@ version=3 -opts=dversionmangle=s/\+ds\d// \ -http://githubredir.debian.net/github/mapbox/tilemill/v(\d+.*)\.tar\.gz +# we look only for 0.x release because upstream fudged their tagging +# scheme, see https://github.com/mapbox/tilemill/issues/2258 +opts=uversionmangle=s/(\d)[\.\+\-_]?(beta|Beta|alpha|dev)/$1~$2/,dversionmangle=s/\+ds\d// \ +https://github.com/mapbox/tilemill/releases \ +.*/archive/(?:upstream/)?(?:v||version-|release-|X|R|r)(0\S*)\.tar\.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/tilemill.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

