[Pkg-ofed-commits] [perftest] 01/01: Mangle upstream version to replace minus by plus

Benjamin Drung bdrung at moszumanska.debian.org
Fri Aug 19 16:03:51 UTC 2016


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

bdrung pushed a commit to branch master
in repository perftest.

commit 5f540bab5f37766b0e52445fc2b627e433bfc675
Author: Benjamin Drung <benjamin.drung at profitbricks.com>
Date:   Fri Aug 19 18:03:04 2016 +0200

    Mangle upstream version to replace minus by plus
    
    The minus symbol is used for separating the upstream version from the
    Debian revision. Thus mangle the upstream version to replace the minus
    by the plus symbol.
---
 debian/watch | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/debian/watch b/debian/watch
index b260eba..6761730 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,5 +1,3 @@
-# watch control file for uscan
 version=3
-
-https://www.openfabrics.org/downloads/perftest/perftest-(.*)\.(?:tar.gz|tar.bz2|tar.xz)
-
+opts="uversionmangle=s/-/+/" \
+https://openfabrics.org/downloads/perftest/perftest-(.*)\.(?:tar.gz|tar.bz2|tar.xz)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ofed/perftest.git



More information about the Pkg-ofed-commits mailing list