[disruptor] 01/02: update debian/watch

Tony Mancill tmancill at moszumanska.debian.org
Tue Sep 13 03:26:22 UTC 2016


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

tmancill pushed a commit to branch master
in repository disruptor.

commit d796c9a1be7dc7887bc8c0d7ee2edf0290c1b3c2
Author: tony mancill <tmancill at debian.org>
Date:   Mon Sep 12 20:23:59 2016 -0700

    update debian/watch
    
    improves version mangle to sort rc versions before releases
    
    See: https://wiki.debian.org/debian/watch#Common_mistakes
---
 debian/watch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/watch b/debian/watch
index 49862e6..06a85c9 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
 version=3
-opts=uversionmangle=s/\.beta/~beta/ \
+opts=uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/ \
 https://github.com/LMAX-Exchange/disruptor/releases .*/(\d.*).tar.gz debian debian/orig-tar.sh

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/disruptor.git



More information about the pkg-java-commits mailing list