[DRE-commits] [gitlab] 02/17: remove ~ in dversionmangle

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sun Feb 7 10:36:04 UTC 2016


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master
in repository gitlab.

commit 73cd87dcd0e33247a4f7cd89ba56b5908aa98711
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Fri Feb 5 20:31:06 2016 +0530

    remove ~ in dversionmangle
---
 debian/watch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/watch b/debian/watch
index 83c8caa..26ad56c 100644
--- a/debian/watch
+++ b/debian/watch
@@ -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(.*)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/gitlab.git



More information about the Pkg-ruby-extras-commits mailing list