watch 604 B

1234567891011121314151617181920
  1. # debian/watch
  2. # Debian uscan file for ‘jquery-throttle-debounce’ package.
  3. # Maual npage: ‘uscan(1)’.
  4. # Version of Uscan configuration format.
  5. version = 4
  6. # Source tarball from Ben Alman's repository.
  7. opts="uversionmangle=s/(\d)-(rc|a|b|c)/$1~$2/,repack,repacksuffix=+dfsg.1,dversionmangle=s/\+dfsg\.\d+$//" \
  8. https://github.com/cowboy/jquery-throttle-debounce/releases/ \
  9. /cowboy/jquery-throttle-debounce/archive/(?:v)?(\d\S+)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz)) \
  10. debian uupdate
  11. # Local variables:
  12. # coding: utf-8
  13. # mode: conf
  14. # End:
  15. # vim: fileencoding=utf-8 filetype=conf :