This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository python-shapely.
commit b11c59e0cc918ac34a130e35f3cabf8bda66623d Author: Bas Couwenberg <[email protected]> Date: Wed Sep 14 18:17:11 2016 +0200 Update watchfile to handle 'a' pre-releases. --- debian/changelog | 6 ++++++ debian/watch | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 2a56ae5..8598953 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-shapely (1.5.17-2) UNRELEASED; urgency=medium + + * Update watchfile to handle 'a' pre-releases. + + -- Bas Couwenberg <[email protected]> Wed, 14 Sep 2016 18:17:10 +0200 + python-shapely (1.5.17-1) unstable; urgency=medium * New upstream release. diff --git a/debian/watch b/debian/watch index eb7e0df..e97bb91 100644 --- a/debian/watch +++ b/debian/watch @@ -1,6 +1,6 @@ version=3 opts=\ -uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/;s/RC/rc/,\ +uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|b|beta|a|alpha)\d*)$/$1~$2/;s/RC/rc/,\ filenamemangle=s/.+\/v?(\d\S*)\.(tar\.xz|txz|tar\.bz2|tbz2|tar\.gz|tgz)/Shapely-$1\.$2/ \ https://github.com/Toblerity/Shapely/releases \ .*[^n]/(?:|v|version-|version|release-|r|REL_|rel-|(?:python-shapely|shapely)(?:_|-))(\d[^\s/]*)\.(?:tar\.xz|txz|tar\.bz2|tbz2|tar\.gz|tgz) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-shapely.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

