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 <[email protected]> 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 _______________________________________________ pkg-wine-party mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-wine-party
