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

[SCM] Debian package checker branch, master, updated. 2.3.3-18-g5c1eb0d



The following commit has been merged in the master branch:
commit 5c1eb0d55dc1ad9446dc8b080b934dbbaaec6042
Author: Russ Allbery <rra@debian.org>
Date:   Sat Mar 20 14:06:36 2010 -0700

    Exclude klibc from the embedded-zlib check
    
    * checks/binaries:
      + [RA] Exclude packages from the klibc source package from the
        embedded zlib check since klibc legitimately includes its own copy.
        Thanks, maximilian attems.  (Closes: #573914)

diff --git a/checks/binaries b/checks/binaries
index 9deda78..7d25d40 100644
--- a/checks/binaries
+++ b/checks/binaries
@@ -273,7 +273,7 @@ foreach my $file (sort keys %{$info->file_info}) {
 	}
     }
 
-    if ($info->field('source') ne 'zlib'
+    if ($info->field('source') ne 'zlib' and $info->field('source') ne 'klibc'
 	and $strings =~ /(?:in|de)flate (?:\d[ \w.\-]{1,20}[\w.\-])/m) {
 	tag "embedded-zlib", $file;
     }
diff --git a/debian/changelog b/debian/changelog
index 112d9db..8092f06 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,9 @@
 lintian (2.3.4) UNRELEASED; urgency=low
 
+  * checks/binaries:
+    + [RA] Exclude packages from the klibc source package from the
+      embedded zlib check since klibc legitimately includes its own copy.
+      Thanks, maximilian attems.  (Closes: #573914)
   * checks/control-file:
     + [RG] Update package-depends-on-hardcoded-libc exception to also
       exclude eglibc.  Based on a patch from Cyril Brulebois.

-- 
Debian package checker


Reply to: