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

[SCM] Debian package checker branch, master, updated. 2.4.3-3-g5c71bc5



The following commit has been merged in the master branch:
commit 5c71bc57d7e98719b4be45b57c3e476f927b5a77
Author: Russ Allbery <rra@debian.org>
Date:   Sun Aug 22 21:10:03 2010 -0700

    Exclude kfreebsd kernel from embedded-zlib
    
    * checks/binaries:
      + [RA] Exclude kfreebsd-kernel-di-{amd64,i386} from the
        embedded-zlib check since it's in the kernel.  (Closes: #593397)

diff --git a/checks/binaries b/checks/binaries
index c020a35..4d804c7 100644
--- a/checks/binaries
+++ b/checks/binaries
@@ -292,6 +292,8 @@ foreach my $file (sort keys %{$info->file_info}) {
     # (The "4" is actually the string length (52 characters) in the Pascal
     # counted string format.)
     if ($info->field('source') ne 'zlib' and $info->field('source') ne 'klibc'
+	and $info->field('source') ne 'kfreebsd-kernel-di-amd64'
+	and $info->field('source') ne 'kfreebsd-kernel-di-i386'
 	and $strings =~ /(?<!4 )(?:in|de)flate (?:\d[ \w.\-]{1,20}[\w.\-])/m) {
 	tag "embedded-zlib", $file;
     }
diff --git a/debian/changelog b/debian/changelog
index 9756f8b..104ca5e 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
 lintian (2.4.4) UNRELEASED; urgency=low
 
+  * checks/binaries:
+    + [RA] Exclude kfreebsd-kernel-di-{amd64,i386} from the
+      embedded-zlib check since it's in the kernel.  (Closes: #593397)
   * checks/menus.desc:
     + [RA] Rephrase doc-base-uses-applications-section to be clearer that
       its advice is to remove the "Applications/" part of the section.

-- 
Debian package checker


Reply to: