File: watch

package info (click to toggle)
python-lockfile 1%3A0.12.2-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 292 kB
  • ctags: 185
  • sloc: python: 749; makefile: 91; sh: 38
file content (18 lines) | stat: -rw-r--r-- 436 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# debian/watch
# Debian uscan file for ‘python-lockfile’ package.
# Manpage: ‘uscan(1)’

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

# Current version from Python Package Index.
opts=uversionmangle=s/(\d)((?:a|b|c|rc)\d*)$/$1~$2/ \
    http://pypi.debian.net/lockfile/lockfile-(\S+)\.tar\.(?:gz|bz2|xz) \
    debian

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