[libfann] 113/133: Don't try to pattern-match beta; just match beta

Christian Kastner chrisk-guest at moszumanska.debian.org
Sat Oct 4 21:07:54 UTC 2014


This is an automated email from the git hooks/post-receive script.

chrisk-guest pushed a commit to branch master
in repository libfann.

commit 40553d3f5d61eff0376f323e71881b1454e38881
Author: Christian Kastner <debian at kvr.at>
Date:   Mon Mar 3 01:24:09 2014 +0100

    Don't try to pattern-match beta; just match beta
    
    The search expression was not robust and would transform e.g. 2.2.0 into
    2.2.~0, which is obviously not what we want.
---
 debian/watch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/watch b/debian/watch
index 1d19eea..258c410 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,6 +1,6 @@
 version=3
 
 opts=\
-uversionmangle=s/([.0-9]+)(\D+)/$1~$2/,\
+uversionmangle=s/([.0-9]+)beta/$1~beta/,\
 dversionmangle=s/~dfsg// \
 http://sf.net/fann/fann-(\d.*).zip

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libfann.git



More information about the debian-science-commits mailing list