watch 498 B

12345678910111213141516171819
  1. # debian/watch
  2. # Debian UScan configuration for ‘python-coverage’ package.
  3. # Manual page: ‘uscan(1)’.
  4. # Version of UScan configuration format.
  5. version = 4
  6. # Current version from Python Package Index.
  7. opts = "uversionmangle=s/(\d)((?:a|b|c|rc)\d*)$/$1~$2/,dversionmangle=s/\+dfsg\.\d+$//" \
  8. http://pypi.debian.net/coverage/coverage-(\S+)\.tar\.(?:gz|bz2|xz) \
  9. debian debian/repack
  10. # Local variables:
  11. # coding: utf-8
  12. # mode: conf
  13. # End:
  14. # vim: fileencoding=utf-8 filetype=conf :