This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository rasterio.
commit 3e8903d145d373203dda6d01b674ee9048970094 Author: Bas Couwenberg <[email protected]> Date: Wed Jun 15 21:42:59 2016 +0200 Update watch file to handle more tag conventions in filenamemangle. --- debian/changelog | 1 + debian/watch | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8520f42..5ad3aa3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ rasterio (0.36.0-1) UNRELEASED; urgency=medium * Team upload. * New upstream release. * Refresh patches. + * Update watch file to handle more tag conventions in filenamemangle. -- Bas Couwenberg <[email protected]> Wed, 15 Jun 2016 19:19:24 +0200 diff --git a/debian/watch b/debian/watch index bcdb72e..aa19606 100644 --- a/debian/watch +++ b/debian/watch @@ -1,6 +1,6 @@ version=3 opts="dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\ uversionmangle=s/_/./g;s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha|b|a)[\-\.]?\d*)$/$1~$2/,\ -filenamemangle=s/(?:.*?)?v?(\d[\d\.]*)\.(tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))/rasterio-$1.$2/" \ +filenamemangle=s/(?:.*?\/)?(?:rel|v|rasterio)?[\-\_]?(\d[\d\-\.]+)\.(tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))/rasterio-$1.$2/" \ https://github.com/mapbox/rasterio/releases \ -(?:.*/)*(?:rel|v|rasterio|)[\-\_]?(\d[\d\-\.]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) +(?:.*/)*(?:rel|v|rasterio)?[\-\_]?(\d[\d\-\.]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/rasterio.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

