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

[SCM] Debian package checker branch, master, updated. 2.4.3-161-g2d27e5d



The following commit has been merged in the master branch:
commit b3815262906d8355884e9696a3a16fc54f67dba7
Author: Raphael Geissert <atomo64@gmail.com>
Date:   Tue Jan 25 03:07:42 2011 -0600

    Detect embedded copies of more libraries
    
    Detect copies of ftgl, t1lib, gl2ps, libgd2, ncurses, and openssl

diff --git a/checks/binaries b/checks/binaries
index 85e018c..a4d2bb6 100644
--- a/checks/binaries
+++ b/checks/binaries
@@ -79,6 +79,12 @@ our %EMBEDDED_LIBRARIES = (
 	'libxml2'	=> qr'root and DTD name do not match',
 	'pcre3'		=> qr'this version of PCRE is not compiled with PCRE_UTF8 support',
 	'tiff'		=> qr'No space for PixarLog state block',
+	'ftgl'		=> qr'FTGlyphContainer',
+	't1lib'		=> qr't1lib is copyright \(c\) Rainer Menzner',
+	'gl2ps'		=> qr'\(C\) 1999-2009 C\. Geuzaine',
+	'libgd2'	=> qr'gd-(?:png|jpeg:) error:',
+	'ncurses'	=> qr'Not enough memory to create terminal structure',
+	'openssl'	=> qr'You need to read the OpenSSL FAQ',
 );
 
 our $multiarch;

-- 
Debian package checker


Reply to: