]> git.sven.stormbind.net Git - sven/jattach.git/blob - debian/watch.ex
Import Debian changes 1.5-1
[sven/jattach.git] / 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/jattach-([\d\.]+)\.tar\.gz debian uupdate
15
16 # Uncomment to examine an FTP server
17 #ftp://ftp.example.com/pub/jattach-(.*)\.tar\.gz debian uupdate
18
19 # SourceForge hosted projects
20 # http://sf.net/jattach/ jattach-(.*)\.tar\.gz debian uupdate
21
22 # GitHub hosted projects
23 #opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%<project>-$1.tar.gz%" \
24 #   https://github.com/<user>/jattach/tags \
25 #   (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate
26
27 # PyPI
28 # https://pypi.debian.net/jattach/jattach-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
29
30 # Direct Git
31 # opts="mode=git" http://git.example.com/jattach.git \
32 #   refs/tags/v([\d\.]+) debian uupdate
33
34
35
36
37 # Uncomment to find new files on GooglePages
38 # http://example.googlepages.com/foo.html jattach-(.*)\.tar\.gz