Fix #7984 - debian meson
[roobuilder] / debian / watch.ex
1 # Example watch control file for uscan.
2 # Rename this file to "watch" and then you can run the "uscan" command
3 # to check for upstream updates and more.
4 # See uscan(1) for format.
5
6 # Compulsory line, this is a version 4 file.
7 version=4
8
9 # PGP signature mangle, so foo.tar.gz has foo.tar.gz.sig.
10 #opts="pgpsigurlmangle=s%$%.sig%"
11
12 # HTTP site (basic).
13 #http://example.com/downloads.html \
14 #    files/roobuilder-([\d\.]+)\.tar\.gz
15
16 # Uncomment to examine an FTP server.
17 #ftp://ftp.example.com/pub/roobuilder-(.*)\.tar\.gz
18
19 # SourceForge hosted projects.
20 #http://sf.net/roobuilder/ roobuilder-(.*)\.tar\.gz
21
22 # GitHub hosted projects.
23 #opts="filenamemangle=s%(?:.*?)?v?(@ANY_VERSION@@ARCHIVE_EXT@)%@PACKAGE@-$1%" \
24 #    https://github.com/<user>/<project>/tags \
25 #    (?:.*?/)v?@ANY_VERSION@@ARCHIVE_EXT@
26
27 # GitLab hosted projects.
28 #opts="filenamemangle=s%(?:.*?)?v?(@ANY_VERSION@@ARCHIVE_EXT@)%@PACKAGE@-$1%" \
29 #    https://gitlab.com/<user>/<project>/-/tags \
30 #    archive/v?@ANY_VERSION@/<project>-v?\d\S*@ARCHIVE_EXT@
31
32 # PyPI.
33 #https://pypi.debian.net/roobuilder/roobuilder-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
34
35 # Direct Git.
36 #opts="mode=git" http://git.example.com/roobuilder.git \
37 #    refs/tags/v([\d\.]+)