[clojure] 01/02: Update watch file to no longer include alpha versions

Elana Hashman ehashman-guest at moszumanska.debian.org
Tue Feb 27 03:32:44 UTC 2018


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

ehashman-guest pushed a commit to branch master
in repository clojure.

commit f15ad16a23c5153c76ba070f0b0e6f8928dadc1e
Author: Elana Hashman <ehashman at debian.org>
Date:   Mon Feb 26 22:28:54 2018 -0500

    Update watch file to no longer include alpha versions
---
 debian/watch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/watch b/debian/watch
index 426ac27..6778872 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
 version=4
-opts="mode=git, pgpmode=none, uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/, dversionmangle=s/\+dfsg//" \
-https://github.com/clojure/clojure refs/tags/clojure-(.+)
+opts="mode=git, pgpmode=none, dversionmangle=s/\+dfsg//" \
+https://github.com/clojure/clojure refs/tags/clojure-([\d\.]+)

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



More information about the pkg-java-commits mailing list