[DRE-commits] [SCM] ruby-hiera.git branch, master, updated. debian/1.0.0_rc3-1-5-gccb33a5

Stig Sandbeck Mathisen ssm at debian.org
Tue Feb 5 11:26:07 UTC 2013


The following commit has been merged in the master branch:
commit 52b8c54f95060b8b346145e3852020a4271a09c5
Author: Stig Sandbeck Mathisen <ssm at debian.org>
Date:   Tue Feb 5 11:47:37 2013 +0100

    debian/watch: only use plain versions
    
     - this will ignore any version with substrings like "-rc" or "-beta"

diff --git a/debian/watch b/debian/watch
index b24f523..9424b38 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,2 @@
 version=3
-opts=dversionmangle=s/~// \
-http://githubredir.debian.net/github/puppetlabs/hiera/ v?(.*).tar.gz
+http://githubredir.debian.net/github/puppetlabs/hiera/ v?((?:\d+\.)+(?:\d+)).tar.gz

-- 
ruby-hiera.git



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