[pkg-wine-party] [wine] 392/402: Change watch URL to consider all Wine releases.

Jens Reyer jreyer-guest at moszumanska.debian.org
Mon Jan 15 22:12:55 UTC 2018


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

jreyer-guest pushed a commit to branch master
in repository wine.

commit 3d03b1c7d8ce53b63f21955dc592d005c9601b7d
Author: Jens Reyer <jre.winesim at gmail.com>
Date:   Thu Jan 11 00:33:56 2018 +0100

    Change watch URL to consider all Wine releases.
    
    The Wine stable release candidates are in the .0 directories on
    the Wine download server, but currently they are packaged in
    wine-development which tracks the .x directories.  This commit
    changes the regex to any character, so stable releases and their
    release candidates are considered versions for wine-development.
    
    Also allow for multi-digit Wine releases and escape the dot in
    the version regex.
---
 debian/watch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/watch b/debian/watch
index 955e67a..e21456b 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
 version=3
 opts="uversionmangle=s/-rc/~rc/,pgpsigurlmangle=s/$/.sign/" \
-https://dl.winehq.org/wine/source/(\d).x/wine-(\d.*)\.tar\.xz
+https://dl.winehq.org/wine/source/(\d+)\../wine-(\d.*)\.tar\.xz

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



More information about the pkg-wine-party mailing list