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

[SCM] Debian package checker branch, master, updated. 2.2.5-69-gb6d82a7



The following commit has been merged in the master branch:
commit c44c8c4ccdd94903b818fb94a9ede775d392c3fc
Author: Russ Allbery <rra@debian.org>
Date:   Sat Feb 21 22:24:39 2009 -0800

    Only run strings, not strings -a, on binary packages
    
    strings -a was more than anything apparently needs and Raphael's original
    patch was correct.  I misunderstood #318104 and thought it was looking
    for the call sites.

diff --git a/collection/strings.desc b/collection/strings.desc
index 9219486..e0f68ef 100644
--- a/collection/strings.desc
+++ b/collection/strings.desc
@@ -1,6 +1,6 @@
 Collector-Script: strings
 Author: Raphael Geissert <atomo64@gmail.com>
-Info: This script runs the "strings -a" command over all files of a binary
+Info: This script runs the "strings" command over all files of a binary
  package.
 Type: binary, udeb
 Unpack-Level: 2
diff --git a/debian/changelog b/debian/changelog
index 16535a3..9c601cf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -76,8 +76,8 @@ lintian (2.2.6) UNRELEASED; urgency=low
 
   * collection/strings{,.desc}:
     + [RA] Collect a list of ELF binaries in the package and the output of
-      strings -a on each binary except for those in /usr/lib/debug.  Based
-      on a patch from Raphael Geissert.  (Closes: #514951)
+      strings on each binary except for those in /usr/lib/debug.  Based on
+      a patch from Raphael Geissert.  (Closes: #514951)
 
   * data/fields/obsolete-packages:
     + [RA] Add foomatic-data, lambdamoo-{core,server}, and old kernel

-- 
Debian package checker


Reply to: