[SCM] real-time interactive fractal zoomer branch, master, updated. debian/3.4-2-8-gfc96be4

Ansgar Burchardt ansgar at 43-1.org
Sun Apr 11 07:28:37 UTC 2010


The following commit has been merged in the master branch:
commit 12a49b6c29695c458ef9aaf6f9d7c0eddc163206
Author: Ansgar Burchardt <ansgar at 43-1.org>
Date:   Sun Apr 11 13:33:55 2010 +0900

    debian/watch: Use extendend regular expression.
    
    Use case-insensitive matching as the last upstream release used lower
    case letters.  While at it, also accept other distribution formats.
    
    Signed-off-by: Ansgar Burchardt <ansgar at 43-1.org>

diff --git a/debian/watch b/debian/watch
index 768aa62..0811ce8 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=2
-http://qa.debian.org/watch/sf.php/xaos/ XaoS-(\d+\.\d+).tar.gz.*
+http://qa.debian.org/watch/sf.php/xaos/ (?i)xaos-(\d+\.\d+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

-- 
real-time interactive fractal zoomer



More information about the Pkg-games-commits mailing list