[corsix-th] 02/02: use v4 watch file to include pre-releases

Phil Morrell emorrp1-guest at moszumanska.debian.org
Sat Apr 16 18:24:51 UTC 2016


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

emorrp1-guest pushed a commit to branch master
in repository corsix-th.

commit cba5757fe753e82af9d20d4c3670650707c60c7e
Author: Phil Morrell <debian at emorrp1.name>
Date:   Sat Apr 16 16:48:31 2016 +0100

    use v4 watch file to include pre-releases
    
    * version regex is simply @ANY_VERSION@ omitting leading [-_]
---
 debian/watch | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/watch b/debian/watch
index 629b733..7c164fa 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,4 @@
-version=3
-https://github.com/CorsixTH/CorsixTH/tags \
-    (?:.*/)?v([\d\.]+)\.tar\.gz
+version=4
+opts="uversionmangle=s/-/~/" \
+ https://github.com/CorsixTH/CorsixTH/tags \
+ (?:.*/)?v(\d[\-+\.:\~\da-zA-Z]*)@ARCHIVE_EXT@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/corsix-th.git



More information about the Pkg-games-commits mailing list