[ciderwebmail] 01/02: debian/watch: fix syntax error and tarball name regexp.

gregor herrmann gregoa at debian.org
Fri Jul 21 20:12:14 UTC 2017


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

gregoa pushed a commit to branch master
in repository ciderwebmail.

commit 1d1598b3cf69537126f8b16e780eac2e3357ce10
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Jul 21 22:11:11 2017 +0200

    debian/watch: fix syntax error and tarball name regexp.
---
 debian/watch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/watch b/debian/watch
index 0cefbec..29a738d 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,5 +1,5 @@
 # run "uscan --report" to check or "gpb import-orig --uscan" to update
 version=4
-opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE at -$1.tar.gz%",dversionmangle=s/~(alpha|beta|rc)/-$1/ \
+opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE at -$1.tar.gz%,dversionmangle=s/~(alpha|beta|rc)/-$1/" \
  https://github.com/CiderWebmail/CiderWebmail/tags \
- (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian
+ (?:.*?/)?(?:release-)?v?(\d[\d.]*)\.tar\.gz debian

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/ciderwebmail.git



More information about the Pkg-perl-cvs-commits mailing list