Debian package version of polhemus's g4term
Janis Streib
30.03.22 00027aa5bb1da6f2d44c03a082988de8c64dab4a
commit | author | age
8c7455 1 # Example watch control file for uscan
JS 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/g4term-([\d\.]+)\.tar\.gz debian uupdate
15
16 # Uncomment to examine an FTP server
17 #ftp://ftp.example.com/pub/g4term-(.*)\.tar\.gz debian uupdate
18
19 # SourceForge hosted projects
20 # http://sf.net/g4term/ g4term-(.*)\.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>/g4term/tags \
25 #   (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate
26
27 # PyPI
28 # https://pypi.debian.net/g4term/g4term-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
29
30 # Direct Git
31 # opts="mode=git" http://git.example.com/g4term.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 g4term-(.*)\.tar\.gz