[SCM] pd-xsample/master: Fixed d/watch version-mangling

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Thu May 18 08:18:28 UTC 2017


The following commit has been merged in the master branch:
commit 56d61ceea6e316ad817f6bad49e4c498055915b4
Author: IOhannes m zmölnig (Debian/GNU) <umlaeute at debian.org>
Date:   Thu May 18 10:18:15 2017 +0200

    Fixed d/watch version-mangling

diff --git a/debian/watch b/debian/watch
index a2f014c..1eab95a 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
 # process this file with uscan(1)
 version=3
-opts=uversionmangle=s/-/./g,dversionmangle=s/~dfsg(\.[0-9]*)?$//,filenamemangle=s/.+\/v(\d\S*)\.tar\.gz/xsample-$1\.tar\.gz/ \
+opts=uversionmangle=s/[-_]/./g,dversionmangle=s/~dfsg(\.[0-9]*)?$//,filenamemangle=s/.+\/v(\d\S*)\.tar\.gz/xsample-$1\.tar\.gz/ \
   https://github.com/grrrr/xsample/tags .*/v(\d\S*)\.tar\.gz

-- 
pd-xsample packaging



More information about the pkg-multimedia-commits mailing list