[corsix-th] 01/01: more flexible tag matching in debian/watch

Phil Morrell emorrp1-guest at moszumanska.debian.org
Fri Nov 11 18:09:00 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 1b869e001cbafa28f667eb5c53af418b8a35cfb8
Author: Phil Morrell <debian at emorrp1.name>
Date:   Fri Nov 11 16:37:16 2016 +0000

    more flexible tag matching in debian/watch
    
    * use ANY_VERSION from devscripts v2.16.5 (fixed #821224)
    * initial "v" is optional to catch e.g. 0.50-rc2
---
 debian/changelog | 3 ++-
 debian/watch     | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3f54c91..5ef6461 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,9 @@ corsix-th (0.60-2) UNRELEASED; urgency=medium
   * remove obsolete rnc.pp copyright comment.
     Thanks to Alexandre Detiste
   * enable unit tests with newly packaged lua-busted
+  * more flexible tag matching in debian/watch
 
- -- Phil Morrell <debian at emorrp1.name>  Sun, 03 Jul 2016 21:51:37 +0100
+ -- Phil Morrell <debian at emorrp1.name>  Fri, 11 Nov 2016 16:40:22 +0000
 
 corsix-th (0.60-1) unstable; urgency=medium
 
diff --git a/debian/watch b/debian/watch
index 7c164fa..9b1beeb 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
 version=4
 opts="uversionmangle=s/-/~/" \
  https://github.com/CorsixTH/CorsixTH/tags \
- (?:.*/)?v(\d[\-+\.:\~\da-zA-Z]*)@ARCHIVE_EXT@
+ (?:.*/)?v?@ANY_VERSION@@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