This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository python-geojson.
commit da3be4f66b8f78802b369b3d6a26e450ae85bb7b Author: Bas Couwenberg <[email protected]> Date: Sat Jun 27 14:46:47 2015 +0200 Update watch file. Changes: - Use multi-line uscan options without quotes - Handle other extensions in filenamemangle --- debian/changelog | 3 +++ debian/watch | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0bcc343..ad73994 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,9 @@ python-geojson (1.2.1-1) UNRELEASED; urgency=medium * New upstream release. * Add upstream metadata. + * Update watch file, changes: + - Use multi-line uscan options without quotes + - Handle other extensions in filenamemangle -- Bas Couwenberg <[email protected]> Sat, 27 Jun 2015 14:43:01 +0200 diff --git a/debian/watch b/debian/watch index efeb8d6..8d059dc 100644 --- a/debian/watch +++ b/debian/watch @@ -1,7 +1,8 @@ version=3 -opts="dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\ +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\.]*)\.tar\.gz/python-geojson-$1.tar.gz/" \ +filenamemangle=s/(?:.*?)?v?(\d[\d\.]*)\.(tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))/python-geojson-$1.$2/ \ https://github.com/frewsxcv/python-geojson/releases \ (?:.*/)*(?:rel|v|python-geojson|)[\-\_]?(\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/python-geojson.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

