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

[lintian] 01/01: Correct the detection of freetype embedders (Closes: #756722)



This is an automated email from the git hooks/post-receive script.

geissert pushed a commit to branch master
in repository lintian.

commit 7915945a10a6b2ec487e08f6aa4b3d8cdfe27722
Author: Raphael Geissert <geissert@debian.org>
Date:   Tue Sep 15 12:55:13 2015 +0200

    Correct the detection of freetype embedders (Closes: #756722)
    
    Even though we now match on the name of a font, all the uses I could
    find of it in the archive were copies of FreeType. Moreover, matching
    on the name with the question mark should really limit the number of
    false positives.
---
 data/binaries/embedded-libs | 2 +-
 debian/changelog            | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/data/binaries/embedded-libs b/data/binaries/embedded-libs
index 0f979e2..2918446 100644
--- a/data/binaries/embedded-libs
+++ b/data/binaries/embedded-libs
@@ -39,7 +39,7 @@ bzip2     ||(?m)^This is a bug in bzip2
 curl      ||A libcurl function was given a bad argument
 expat     ||(?m)^requested feature requires XML_DTD support in Expat
 file      ||(?m)^could not find any (?:valid )?magic files
-freetype  ||FT_Get_CID_Is_Internally_CID_Keyed
+freetype  ||HuaTianSongTi[?]
 ftgl      ||FTGlyphContainer
 gl2ps     ||\(C\) 1999-2009 C\. Geuzaine
 glee      ||Extension name exceeds 1023 characters\.
diff --git a/debian/changelog b/debian/changelog
index 0a8bdd6..171658f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,9 @@ lintian (2.5.38) UNRELEASED; urgency=medium
     + [AB] Apply patch by Chris Lamb to update link to Debian systemd
       packaging reference. (Closes: #799082)
 
+  * data/binaries/embedded-libs:
+    + [RG] Use a different string to detect the copies of freetype
+      (Closes: #756722)
   * data/obsolete-sites/obsolete-sites:
     + [AB] Add patch by Hideki Yamane to add sourceforge.jp (Closes:
       #798736)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: