> Yes, sort of:
>
> function is_updated ($up_vers, $debian_vers) {
> if ($up_vers=='') return 0;
> if (!(($debian_vers =~ /\d+\.?/) && ($up_vers =~ /\d+\.?/))) return 0;
> ...
> }
>
> I did some tests and I think that the results of the regex match above
> are flexible enough to not break a
Hi Gustavo,
>
>
> What about the false positives like gdm and gnome-screensaver?
>
That page list debian package not in sync with upstream. So if a debian
package has not a well done watch file probably we could have a debian
version more new that the upstream one. I suggest to send a bug with a
2 matches
Mail list logo