[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [RFH] Implementing "Homepage:" field support in lintian/linda



Christian Perrier wrote:
> The latter should probably be quite conservative and only detect
> something like:
> 
> "^ +[Hh]ome *[Pp]age:.*"
> 
> in the package description.
/^\s+(web|home)\s*(site|page)\s*(:| at| is).*/i
seems to catch more (5087 hits) with few false positives.

Also, matching http:// would catch even more but with many false
positives so I'm not sure if it's a good idea.

Regards,
Faidon



Reply to: