[med-svn] [python-pbcore] 02/03: Fix d/watch after dropping the dfsg version counting
    Afif Elghraoui 
    afif-guest at moszumanska.debian.org
       
    Sat Oct  3 18:55:50 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-pbcore.
commit cbb9730f51b90d2c1babf7b14ef06fd8e9a9db68
Author: Afif Elghraoui <afif at ghraoui.name>
Date:   Sat Oct 3 11:54:08 2015 -0700
    Fix d/watch after dropping the dfsg version counting
    
    Handling of dfsg counts is not done sensibly (manually managed
    in the watch file) and there isn't really a point to it. It
    was dropped in the last upload, but the watch file wasn't
    corrected.
---
 debian/watch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/watch b/debian/watch
index 5a7181f..ddc45ca 100644
--- a/debian/watch
+++ b/debian/watch
@@ -3,5 +3,5 @@ version=3
 # For GitHub projects you can use the tags or releases page.  Since the archive
 # URLs use only the version as the name, it is recommended to use a
 # filenamemangle to adjust the name of the downloaded file:
-opts="repacksuffix=+dfsg1,dversionmangle=s/\+dfsg1//g,filenamemangle=s/(?:.*)?v?(\d[\d\.]*)\.tar\.gz/pbcore-$1.tar.gz/" \
+opts="repacksuffix=+dfsg,dversionmangle=s/\+dfsg//g,filenamemangle=s/(?:.*)?v?(\d[\d\.]*)\.tar\.gz/pbcore-$1.tar.gz/" \
   https://github.com/PacificBiosciences/pbcore/tags (?:.*/)?v?(\d[\d\.]*)\.tar\.gz
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-pbcore.git
    
    
More information about the debian-med-commit
mailing list