[mate-themes] 01/02: debian/watch: Allow version micro numbers with more than one digit (e.g. 3.22.10). Only allow even minor version numbers (dropping the 9 from the "list of even numbers").

Mike Gabriel sunweaver at debian.org
Sat Jun 3 21:20:46 UTC 2017


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

sunweaver pushed a commit to branch master
in repository mate-themes.

commit 2579cef5d90bae996cbf93ed25a0fe81fd6c4660
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Fri Apr 28 23:00:12 2017 +0200

    debian/watch: Allow version micro numbers with more than one digit (e.g. 3.22.10). Only allow even minor version numbers (dropping the 9 from the "list of even numbers").
---
 debian/watch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/watch b/debian/watch
index ab0fd17..77663af 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
 version=3
 http://git.mate-desktop.org/mate-themes/ \
-    snapshot/mate-themes-(\d\.(?:[0-9]+|)[246890]\.\d)\.tar\.xz
+    snapshot/mate-themes-(\d\.(?:[0-9]+|)[24680]\.\d+)\.tar\.xz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/mate-themes.git



More information about the pkg-mate-commits mailing list