# debian/watch
# Debian uscan file for ‘jquery-throttle-debounce’ package.
# Maual npage: ‘uscan(1)’.

# Version of Uscan configuration format.
version = 4

# Source tarball from Ben Alman's repository.
opts="uversionmangle=s/(\d)-(rc|a|b|c)/$1~$2/,repack,repacksuffix=+dfsg.1,dversionmangle=s/\+dfsg\.\d+$//" \
    https://github.com/cowboy/jquery-throttle-debounce/releases/ \
    /cowboy/jquery-throttle-debounce/archive/(?:v)?(\d\S+)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz)) \
    debian uupdate

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