From 74f8c656caedac5ffaed1ca2e36d1cc0e3124914 Mon Sep 17 00:00:00 2001 From: Carlos Alberto Lopez Perez Date: Sat, 16 Mar 2013 23:52:23 +0100 Subject: [PATCH] Fix debian/watch * Only report non-rc versions. * uscan --report-status now says: Newest version on remote site is 0.5.2 --- debian/watch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/watch b/debian/watch index b2a39f3..a8e2d25 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=3 -http://githubredir.debian.net/github/behlendorf/spl/([\d\.].*).tar.gz +https://github.com/zfsonlinux/spl/downloads/ .*spl-([\d\.]+)\.tar\.gz$