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

[SCM] Debian package checker branch, master, updated. 2.2.6-27-g0d0b411



The following commit has been merged in the master branch:
commit 0d0b411f95cfe02b477ca68e967a2ad7974beb00
Author: Russ Allbery <rra@debian.org>
Date:   Sun Mar 1 22:33:29 2009 -0800

    Add changelog for apparently-truncated-elf-binary
    
    Also tweak the tag description a bit.

diff --git a/checks/binaries.desc b/checks/binaries.desc
index c116b85..bf7f2d4 100644
--- a/checks/binaries.desc
+++ b/checks/binaries.desc
@@ -160,8 +160,8 @@ Info: This appears to be an ELF file but objdump -T doesn't recognize it
 Tag: apparently-truncated-elf-binary
 Severity: normal
 Certainty: possible
-Info: This appears to be an ELF file but objdump believes it is truncated.
- This may be a mistake or a corrupted file, or it may be a
+Info: This appears to be an ELF file, but objdump believes it is
+ truncated.  This may be a mistake or a corrupted file, or it may be a
  misidentification of a file as ELF that actually isn't.
 
 Tag: missing-dependency-on-libc
diff --git a/debian/changelog b/debian/changelog
index 1cd31d4..5a657a5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ lintian (2.2.7) UNRELEASED; urgency=low
 
   * Summary of tag changes:
     + Added
+      - apparently-truncated-elf-binary
       - copyright-refers-to-nonexistent-license-file
       - embedded-zlib
 
@@ -12,6 +13,9 @@ lintian (2.2.7) UNRELEASED; urgency=low
     + [RA] Avoid capturing parentheses in regexes due to their minor
       performance penalty.  Patch from Raphael Geissert.
     + [RA] Be robust against whitespace in the Architecture field.
+    + [RA] Report apparently truncated ELF binaries separately from
+      apparently corrupted ones.  The current binutils now distinguishes.
+      Patch from Raphael Geissert.  (Closes: #517778)
   * checks/changelog-file:
     + [RA] Avoid capturing parentheses in regexes due to their minor
       performance penalty.  Patch from Raphael Geissert.
@@ -64,11 +68,17 @@ lintian (2.2.7) UNRELEASED; urgency=low
     + [RA] Be robust against whitespace in the Architecture field.
       Thanks, Gonéri Le Bouder.  (Closes: #517555)
 
+  * collection/objdump-info:
+    + [RA] Recognize truncated binaries.  Patch from Raphael Geissert.
+
   * debian/control:
     + [CW] Depend on man-db (>= 2.4.0) for '-E UTF-8'.
 
   * frontend/lintian:
     + [RA] Stop loading FileHandle.  We no longer use it.
+
+  * lib/Lintian/Collect/Binary.pm:
+    + [RA] Recognize truncated binaries.  Patch from Raphael Geissert.
   
  -- Russ Allbery <rra@debian.org>  Sun, 22 Feb 2009 13:24:23 -0800
 

-- 
Debian package checker


Reply to: