Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Update watch file to use releases instead of tags.
· a9e0bb15
Bas Couwenberg
authored
Aug 15, 2018
a9e0bb15
Update watch file to limit matches to archive path.
· 136ba58b
Bas Couwenberg
authored
Aug 15, 2018
136ba58b
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
136ba58b
epr-api (2.3~dev20150708-7) UNRELEASED; urgency=medium
* Bump Standards-Version to 4.2.0, no changes.
* Update watch file to use releases instead of tags.
* Update watch file to limit matches to archive path.
-- Bas Couwenberg <sebastic@debian.org> Sat, 04 Aug 2018 11:56:40 +0200
...
...
debian/watch
View file @
136ba58b
...
...
@@ -3,5 +3,5 @@ opts=\
dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\
uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/;s/RC/rc/;s/\-/\./g,\
filenamemangle=s/(?:.*?)?(?:rel|v|epr-api)?[\-\_]?(\d\S+)\.(tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))/epr-api-$1.$2/ \
https://github.com/bcdev/epr-api/
tag
s \
(?:.*?/)?(?:rel|v|epr-api)?[\-\_]?(\d[\d\-\.]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
https://github.com/bcdev/epr-api/
release
s \
(?:.*?/
archive/
)?(?:rel|v|epr-api)?[\-\_]?(\d[\d\-\.]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))