This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository osrm.
commit cd97f8543a38ee6023049227af10a0bcfe14be17 Author: Bas Couwenberg <[email protected]> Date: Sun Dec 6 02:19:37 2015 +0100 Fix uversionmangle for 'rc.2'. --- debian/watch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/watch b/debian/watch index 772cc41..bd13a0b 100644 --- a/debian/watch +++ b/debian/watch @@ -1,7 +1,7 @@ version=3 opts=\ dversionmangle=s/\+(debian|dfsg|ds|deb)(\.\d+)?$//,\ -uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/;s/RC/rc/,\ +uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\.?\d*)$/$1~$2/;s/RC/rc/;s/rc\./rc/,\ filenamemangle=s/(?:.*?)?(?:rel|v|osrm-backend)?[\-\_]?(\d\S+)\.(tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))/osrm-backend-$1.$2/,\ repacksuffix=+ds \ https://github.com/Project-OSRM/osrm-backend/releases \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osrm.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

