From ad8a0592e8b56320ca83a01151cacd6c4a67f7a3 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Thu, 29 Sep 2011 23:36:10 -0400 Subject: [PATCH] PKG: mangle the name of the downloaded tarball from github otherwise it is just v0.2.1 --- debian/watch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/watch b/debian/watch index 329bae43..9dd1446b 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,3 @@ version=3 -http://github.com/scikits-image/scikits.image/downloads .*tarball/v([\d\.a-z]+) +options="uversionmangle=s/v//,filenamemangle=s/.*\/(.*)/scikits-image-$1\.tar\.gz/" \ + http://github.com/scikits-image/scikits.image/downloads .*tarball/v([\d\.a-z]+)