watch 712 B

1234567891011121314151617181920
  1. # debian/watch
  2. # Debian uscan file for ‘inform6-library’ package.
  3. # Manual page: ‘uscan(1)’
  4. # Version of the Uscan configuration format for this file.
  5. version=3
  6. # Automated tarball releases at GitHub project.
  7. opts="filenamemangle=s/\S+\/(\d)\/(\S+)\.(tgz|tbz2|txz|tar\.(?:gz|bz2|xz))/inform6lib-$1\.$2\.$3/,uversionmangle=s/(\d)\/(\S+)$/$1.$2/;s/(\d)-((?:a|alpha|b|beta|c|rc)\d*)$/$1~$2/,dversionmangle=s/(\+|~)dfsg(\.\d+)?$//" \
  8. https://github.com/DavidGriffith/inform6lib/releases/ \
  9. /DavidGriffith/inform6lib/archive/(\d\/\S+)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz)) \
  10. debian debian/repack
  11. # Local variables:
  12. # coding: utf-8
  13. # mode: conf
  14. # End:
  15. # vim: fileencoding=utf-8 filetype=conf :