1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
# https://salsa.debian.org/snippets/95
# https://wiki.debian.org/debian/watch
# uscan(1) configuration file.
version=4
opts="\
pgpmode=none,\
compression=xz,\
repack,repacksuffix=+repack,\
dversionmangle=s{[+~](repack|dfsg)\d*}{},\
uversionmangle=s{_RC}{~rc};s{-RC}{~rc};s{_}{.}g,\
filenamemangle=s{release_([\d\._]+)}{@PACKAGE@-$1.tar.gz},\
searchmode=plain,\
" https://api.github.com/repos/scp-fs2open/fs2open.github.com/releases?per_page=99 \
https://api.github.com/repos/[^/]+/[^/]+/tarball/v?release_([\d\-._A-Z]+) \
debian uupdate
#opts="\
#pgpmode=none,\
#repack,compression=xz,repacksuffix=+repack,\
#dversionmangle=s/\+repack\d*//,\
#uversionmangle=s/_RC/~rc/;s/_/./g,\
#" https://uscan.tianon.xyz/github.com/scp-fs2open/fs2open.github.com \
# .*/archive/(?:release_|fs2_open_)(\d[\d._RC]+)(?:_final)?\.(?:tgz|tbz2|tar\.gz|tar\.bz2|tar\.xz)
# librocket
opts="component=librocket, \
mode=git, \
pgpmode=none, \
pretty=%cd.%h, \
repack, \
compression=xz, \
dversionmangle=auto" \
https://github.com/scp-fs2open/libRocket.git HEAD \
ignore
# cmake-modules
opts="component=cmake-modules, \
mode=git, \
pgpmode=none, \
pretty=%cd.%h, \
repack, \
compression=xz, \
dversionmangle=auto" \
https://github.com/asarium/cmake-modules.git HEAD \
ignore
|