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

[SCM] Debian package checker branch, master, updated. 2.5.0-40-g77fd246



The following commit has been merged in the master branch:
commit 77fd246b424aa51d30f8743a1832f4b8c62f07ab
Author: Paul Wise <pabs@debian.org>
Date:   Thu Jun 9 21:19:43 2011 +0200

    Detect embedded versions of glee, glew and libtheora
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/checks/binaries b/checks/binaries
index 82a3e08..270be49 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 {
diff --git a/debian/changelog b/debian/changelog
index 3084436..aa517bc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,9 @@ lintian (2.5.1) UNRELEASED; urgency=low
     + Removed:
       - uses-dh-python-with-no-pycompat
 
+  * checks/binaries:
+    + [NT] Applied patch from Paul Wise to detect binaries embeddeding
+      glee, glew and libtheora.  (Closes: #629288)
   * checks/debhelper{,.desc}:
     + [NT] Recognise that dh_python and dh_pycentral are now obsolete.
       (Closes: #496902, #541978)

-- 
Debian package checker


Reply to: