[Python-modules-commits] [xhtml2pdf] 04/06: debian/watch: handle alpha/beta versions when filemangling

Drew Parsons dparsons at moszumanska.debian.org
Sun Oct 29 18:26:34 UTC 2017


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

dparsons pushed a commit to branch master
in repository xhtml2pdf.

commit 93d0f769212de15e587a8d68180ff74864b98d77
Author: Drew Parsons <dparsons at emerall.com>
Date:   Mon Oct 30 02:06:25 2017 +0800

    debian/watch: handle alpha/beta versions when filemangling
    
    i.e. handle a or b in version string
---
 debian/watch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/watch b/debian/watch
index 0a2344a..656e8a8 100644
--- a/debian/watch
+++ b/debian/watch
@@ -5,6 +5,6 @@
 version=4
 
 # GitHub hosted project
-opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%xhtml2pdf-$1.tar.gz%" \
+opts="filenamemangle=s%(?:.*?)?v?(\d[\dab.]*)\.tar\.gz%xhtml2pdf-$1.tar.gz%" \
    https://github.com/xhtml2pdf/xhtml2pdf/releases \
    (?:.*?/)?v?(\d[\dab.]*)\.tar\.gz debian uupdate

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



More information about the Python-modules-commits mailing list