remove ~ in dversionmangle
This commit is contained in:
parent
1fa17d8af6
commit
73cd87dcd0
1 changed files with 1 additions and 1 deletions
2
debian/watch
vendored
2
debian/watch
vendored
|
@ -1,5 +1,5 @@
|
|||
version=3
|
||||
opts=uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha|b|a)\d*)$/$1~$2/,\
|
||||
filenamemangle=s/.*=v(.*)/gitlab-$1.tar.gz/,\
|
||||
dversionmangle=s/(\d)[\+]?(debian|dfsg|ds|deb|gh)\~(rc)*(\d)*$/$1~$3$4/ \
|
||||
dversionmangle=s/(\d)[\+]?(debian|dfsg|ds|deb|gh)(\~)*(rc)*(\d)*$/$1$3$4$5/ \
|
||||
https://gitlab.com/gitlab-org/gitlab-ce/tags .*/archive.tar.gz\?ref=v(.*)
|
||||
|
|
Loading…
Reference in a new issue