watch 436 B

12345678910111213141516171819
  1. # debian/watch
  2. # Debian uscan file for ‘python-lockfile’ package.
  3. # Manpage: ‘uscan(1)’
  4. # Compulsory line, this is a version 3 file.
  5. version=3
  6. # Current version from Python Package Index.
  7. opts=uversionmangle=s/(\d)((?:a|b|c|rc)\d*)$/$1~$2/ \
  8. http://pypi.debian.net/lockfile/lockfile-(\S+)\.tar\.(?:gz|bz2|xz) \
  9. debian
  10. # Local variables:
  11. # coding: utf-8
  12. # mode: conf
  13. # End:
  14. # vim: fileencoding=utf-8 filetype=conf :