[SCM] cantata/master: Fix dversionmangle in watch file

stuart at users.alioth.debian.org stuart at users.alioth.debian.org
Wed Nov 4 13:38:50 UTC 2015


The following commit has been merged in the master branch:
commit 2f4633db73701ce5148e367e3f08f8ab5ed672c0
Author: Stuart Prescott <stuart at debian.org>
Date:   Thu Nov 5 00:38:40 2015 +1100

    Fix dversionmangle in watch file

diff --git a/debian/watch b/debian/watch
index 3cfb609..57742b8 100644
--- a/debian/watch
+++ b/debian/watch
@@ -3,5 +3,5 @@
 # download URL will return a 404 and uscan will stop.
 #
 version=3
-opts=dversionmangle=s/\.ds1//,filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/cantata-$1\.tar\.gz/ \
+opts=dversionmangle=s/\.ds[0-9]//,filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/cantata-$1\.tar\.gz/ \
   https://github.com/CDrummond/cantata/tags .*/v?(\d\S*)\.tar\.gz

-- 
cantata packaging



More information about the pkg-multimedia-commits mailing list