[Python-modules-commits] [python-gear] 06/12: python-gear: tweak watch to look for numeric version

Antoine Musso hashar-guest at moszumanska.debian.org
Mon Mar 16 14:27:40 UTC 2015


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

hashar-guest pushed a commit to branch master
in repository python-gear.

commit 3f0d2307e75e81059cd4e286d2373356f48cf513
Author: Antoine Musso <hashar at free.fr>
Date:   Thu Oct 24 14:41:17 2013 +0000

    python-gear: tweak watch to look for numeric version
    
    OpenStack provides a 'master' tarball for the tip of the 'master'
    branch, uscan ended up selecting it :/
    
    See:
    http://tarballs.openstack.org/gear/
    
    
    
    git-svn-id: svn://svn.debian.org/svn/python-modules/packages/python-gear/trunk@26268 771dd761-d7fa-0310-a302-f036d1c1ebb6
---
 debian/watch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/watch b/debian/watch
index cf3996f..cbae2be 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-http://tarballs.openstack.org/gear/ gear-(.*)\.tar\.gz
+http://tarballs.openstack.org/gear/ gear-(\d.*)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-gear.git



More information about the Python-modules-commits mailing list