This is an automated email from the git hooks/post-receive script. jreyer-guest pushed a commit to branch master in repository wine.
commit ff698923d1b0629d99a7c4afd3d0307169c70dc0 Author: Jens Reyer <[email protected]> Date: Mon Feb 5 22:47:38 2018 +0100 Also check for new upstream versions in the .x directories. .x for development releases and .0 for release candidates. Unfortunately I found no cleaner way for the regex. --- debian/watch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/watch b/debian/watch index a2542da..59a552e 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+)\.0/wine-(\d.*)\.tar\.xz +https://dl.winehq.org/wine/source/(\d+)\.(0*x*)/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
