[libpostscript-file-perl] 02/05: fix options quoting in d/watch that made lintian miss the version mangling

Damyan Ivanov dmn at moszumanska.debian.org
Mon Jan 1 08:52:43 UTC 2018


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

dmn pushed a commit to branch master
in repository libpostscript-file-perl.

commit e7b156f254731d34314051ece5ee8679455cd14f
Author: Damyan Ivanov <dmn at debian.org>
Date:   Mon Jan 1 08:45:50 2018 +0000

    fix options quoting in d/watch that made lintian miss the version mangling
---
 debian/watch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/watch b/debian/watch
index 81355fd..183daf8 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
 version=3
-opts="dversionmangle=s/\+dfsg//",repacksuffix=+dfsg \
+opts="dversionmangle=s/\+dfsg//,repacksuffix=+dfsg" \
 https://metacpan.org/release/PostScript-File     .*/PostScript-File-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)

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



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