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

Bug#629288: lintian: Check for GLee, GLEW, libtheora embedded code copies



Package: lintian
Version: 2.5.0
Tags: patch


Hey,

Opening a bug for it so it does not get lost.


On 2011-05-02 02:47, Paul Wise wrote:
> ---
>  checks/binaries |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
> 
> diff --git a/checks/binaries b/checks/binaries
> index 8c46be2..ebfb859 100644
> --- a/checks/binaries
> +++ b/checks/binaries
> @@ -113,6 +113,9 @@ our %EMBEDDED_LIBRARIES = (
>  	'openjpeg'	=> qr'tcd_decode: incomplete bistream',
>  	'tinyxml'	=> qr'Error when TiXmlDocument added to document',
>  	'libpcap'	=> qr'(?:pcap_activate: The "any" device isn\'t supported|corrupted frame on kernel ring mac offset)',
> +	'glee'		=> qr'Extension name exceeds 1023 characters.',
> +	'glew'		=> qr'Missing GL version',
> +	'libtheora'	=> qr'Xiph.Org libtheora ',
>  );
>  
>  sub run {

I am not really sure what to say about the detection strings, except I
feel they seem very generic (but I could be wrong)[1].  With
embedded-library being an auto-reject tag now (about 45 minutes ago), I
think we have to be more careful about false-positives here.

~Niels

[1] I do not know how common "This app uses Xiph.Org libtheora for
feature XYZ" etc. strings are in applications or libraries.





Reply to: