[med-svn] [python-pysam] 03/08: Fix debian/watch

Afif Elghraoui afif-guest at moszumanska.debian.org
Mon Jun 8 08:23:05 UTC 2015


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

afif-guest pushed a commit to branch master
in repository python-pysam.

commit 1655f1b085a8d6ae7a9f02f492a2adebd426fc93
Author: Afif Elghraoui <afif at ghraoui.name>
Date:   Sun Jun 7 22:41:42 2015 -0700

    Fix debian/watch
    
    uscan could not detect newer versions by using the github releases
    page. Using github tags as recommended in the uscan manpage works.
---
 debian/watch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/watch b/debian/watch
index 6ee45b5..9c83725 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-https://github.com/pysam-developers/pysam/releases .*/archive/(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz)
+https://github.com/pysam-developers/pysam/tags (?:.*/)?v?(\d[\d\.]*)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-pysam.git



More information about the debian-med-commit mailing list