File: watch

package info (click to toggle)
lua-filesystem 1.8.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 224 kB
  • sloc: ansic: 934; makefile: 17
file content (8 lines) | stat: -rw-r--r-- 514 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
version=4
# A typical upstream tag looks like v1_7_0 (which should be 1.7.0 in Debian),
# but if they releaes a luarocks-specific update then it looks like v1_7_0_2
# (which should be 1.7.0-2 in Debian). uscan can't handle this on its own, so
# just turn all _ to . and manually fix things later.
opts="filenamemangle=s%(?:.*?)?v?(\d[-._\d]*)\.tar\.gz%lua-filesystem-$1.tar.gz%, pgpmode=none, uversionmangle=s/_/./g" \
    https://github.com/keplerproject/luafilesystem/tags \
    (?:.*?/)?v?(\d[-._\d]*)\.tar\.gz