Package: zabbix Version: 1:1.6-1 Severity: wishlist Tags: patch Hi,
trying to use the packaging in SVN, I've encountered a tiny bug with uscan: | $ uscan --report-status | Processing watchfile line for package zabbix... | Newest version on remote site is 1.4.6, local version is 1.6.1 | zabbix: remote site does not even have current version And indeed, your watchfile matches 1.4.*. Please find attached a proposed diff. You may also want to escape the dot between the (), I guess. Also, current uscan version is 3 (ISTR 4 is in the pipes, too). Not sure whether you need “debian uupdate”, too. Anyway, you decide. :) Mraw, KiBi.
--- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ -version=2 -http://sf.net/zabbix/zabbix-(1.4.*)\.tar\.gz debian uupdate +version=3 +http://sf.net/zabbix/zabbix-(1.*)\.tar\.gz