Codebase list fenrir / c849aa0
Fix watch line to support all of empty, v, and release- tarball prefixes Samuel Thibault 1 year, 6 months ago
2 changed file(s) with 5 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
55 * Update standards version to 4.6.1, no changes needed.
66 * Remove constraints unnecessary since buster (oldstable):
77 + fenrir: Drop versioned constraint on python3-daemonize in Depends.
8
9 [ Samuel Thibault ]
10 * watch: Fix watch line to support all of empty, v, and release- tarball
11 prefixes.
812
913 -- Samuel Thibault <sthibault@debian.org> Thu, 19 Sep 2019 01:53:53 +0200
1014
11 opts= \
22 "uversionmangle=s/\.0([1-9])/\.0\.$1/, \
33 dversionmangle=s/1.06\+really//" \
4 https://github.com/chrys87/fenrir/tags .*/release-?@ANY_VERSION@@ARCHIVE_EXT@
5 https://github.com/chrys87/fenrir/tags .*/v?@ANY_VERSION@@ARCHIVE_EXT@
4 https://github.com/chrys87/fenrir/tags .*/v?(?:release-)?@ANY_VERSION@@ARCHIVE_EXT@