1234567891011121314151617181920 |
- # debian/watch
- # Debian UScan configuration for ‘comixcursors’ package.
- # Manual page: ‘uscan(1)’.
- # Version of UScan configuration format.
- version = 4
- # Source tarball from Jens Luetkens's repository.
- opts="filenamemangle=s/.*archive\.tar\.bz2\?ref=v?(\d\S*)$/comixcursors-$1\.tar\.bz2/g" \
- https://gitlab.com/limitland/comixcursors/tags \
- .*/archive\.tar\.bz2\?ref=v?(\d\S+) \
- debian uupdate
- # Local variables:
- # coding: utf-8
- # mode: conf
- # End:
- # vim: fileencoding=utf-8 filetype=conf :
|