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

[SCM] Debian package checker branch, master, updated. 2.5.4-178-g7fac023



The following commit has been merged in the master branch:
commit 7fac023c207deba040eee08233851424142f8c5c
Author: Niels Thykier <niels@thykier.net>
Date:   Tue Feb 21 08:44:21 2012 +0100

    Fix embedded-library false-positive for tiff3
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/checks/binaries b/checks/binaries
index 10fdb71..0e3c956 100644
--- a/checks/binaries
+++ b/checks/binaries
@@ -92,7 +92,10 @@ our %EMBEDDED_LIBRARIES = (
         'file'          => qr'(?m)^could not find any magic files',
         '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',
+        'tiff'          => {
+                            source => qr/tiff(?:\d+)?/,
+                            match => 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',
diff --git a/debian/changelog b/debian/changelog
index 564cb5f..304d824 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -36,6 +36,8 @@ lintian (2.5.5) UNRELEASED; urgency=low
     + [JW] Check for ELF binaries installed in unsafe paths in
       Multi-Arch: same packages.  (Closes: #650445)
     + [JW] Added check numpy ABI dependency.  (Closes: #658311)
+    + [NT] Fixed embedded-library false-positive for tiff3.  Thanks
+      to Jay Berkenbilt for the report.  (Closes: #660675)
   * checks/control-file{,.desc}:
     + [NT] Allow "pkg (= ${source:Version})" versioned dependency if
       pkg is architecture all.  This fixes a false-positive

-- 
Debian package checker


Reply to: