File: watch

package info (click to toggle)
inform6-compiler 6.33-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 1,672 kB
  • ctags: 2,537
  • sloc: ansic: 28,395; makefile: 60; sh: 48
file content (19 lines) | stat: -rw-r--r-- 542 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# debian/watch
# Debian uscan file for ‘inform6-compiler’ package.
# Manpage: ‘uscan(1)’

# Compulsory line, this is a version 3 file.
version=3

# Automated tarball releases at GitHub project.
opts="filenamemangle=s/\S+\/v?(\d\S+)\.(tgz|tbz2|txz|tar\.(?:gz|bz2|xz))/Inform6-$1\.$2/" \
    https://github.com/DavidKinder/Inform6/releases/ \
    /DavidKinder/Inform6/archive/v?(\d\S+)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz)) \
    debian


# Local variables:
# coding: utf-8
# mode: conf
# End:
# vim: fileencoding=utf-8 filetype=conf :