This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository fiona.
commit 6a548b7a9ab4b79f3afff184177ddcd5ae1dae4b Author: Bas Couwenberg <[email protected]> Date: Sat Jun 11 12:39:49 2016 +0200 Update watch file to handle pre-releases. --- debian/changelog | 1 + debian/watch | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9f87c61..3b3cc1c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ fiona (1.6.4-2) UNRELEASED; urgency=medium * Team upload. * Override dh_auto_test to ignore test failures on Hurd & kFreeBSD. + * Update watch file to handle pre-releases. -- Bas Couwenberg <[email protected]> Mon, 16 May 2016 02:05:16 +0200 diff --git a/debian/watch b/debian/watch index 4e410e5..7b43e27 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/,\ -filenamemangle=s/(?:.*?)?[vr]?(\d[\d\.\-\w]*)\.(tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))/fiona-$1.$2/ \ +uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|b|beta|a|alpha)\d*)$/$1~$2/,\ +filenamemangle=s/(?:.*?)?[vr]?(\d\S+)\.(tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))/fiona-$1.$2/ \ https://github.com/Toblerity/Fiona/tags \ -(?:.*/)?(?:rel|r|v|fiona)?[\-\_]?(\d[\d\-\.]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) +(?:.*/)?(?:rel|r|v|fiona)?[\-\_]?(\d\S+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/fiona.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

