Comment 2 for bug 180120

Revision history for this message
Luca Falavigna (dktrkranz) wrote :

A test uscan run reported the following output:
dktrkranz@moses:~/supertux/supertux-0.3.0$ uscan --verbose --report
-- Scanning for watchfiles in .
-- Found watchfile in ./debian
-- In debian/watch, processing watchfile line:
   http://sf.net/super-tux/supertux-(.*)\.tar\.bz2 debian uupdate
-- Found the following matching hrefs:
     supertux-0.0.5.tar.bz2
     supertux-0.0.6.tar.bz2
     supertux-0.1.1.tar.bz2
     supertux-0.1.2.tar.bz2
     supertux-0.1.3.tar.bz2
     supertux-0.3.0.tar.bz2
     supertux-editor-0.3.0.tar.bz2
Newest version on remote site is editor-0.3.0, local version is 0.3.0
 => Newer version available from
    http://qa.debian.org/watch/sf.php/super-tux/supertux-editor-0.3.0.tar.bz2
-- Scan finished
dktrkranz@moses:~/supertux/supertux-0.3.0$

You should improve your regex, this one should go http://sf.net/super-tux/supertux-([0-9.]*)\.tar\.bz2.