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

[SCM] Debian package checker branch, master, updated. 2.2.11-14-g119bad6



The following commit has been merged in the master branch:
commit 119bad64fde36785a340fdadddf01000e0e7e20a
Author: Russ Allbery <rra@debian.org>
Date:   Wed Jun 17 21:36:49 2009 -0700

    Add changelog for debug-symbols-directly-in-usr-lib-debug
    
    Also tweak the wording of the tag description.

diff --git a/checks/binaries.desc b/checks/binaries.desc
index 2360cb1..3cd3569 100644
--- a/checks/binaries.desc
+++ b/checks/binaries.desc
@@ -252,9 +252,8 @@ Tag: debug-symbols-directly-in-usr-lib-debug
 Severity: important
 Certainty: certain
 Info: The given debugging symbols-only object is installed directly in
- <tt>/usr/lib/debug</tt>, although it should be installed in a subdirectory.
- I.e. debug symbols of a binary in <tt>/usr/bin</tt> should be placed in
- <tt>/usr/lib/debug/usr/bin</tt>.
- .
- gdb, when looking for debugging symbols, prepends <tt>/usr/lib/debug</tt> to
- the path of the original binary.
+ <tt>/usr/lib/debug</tt>, although it should be installed in a
+ subdirectory.  For example, debug symbols of a binary in
+ <tt>/usr/bin</tt> should be placed in <tt>/usr/lib/debug/usr/bin</tt>.
+ gdb, when looking for debugging symbols, prepends <tt>/usr/lib/debug</tt>
+ to the path of the original binary.
diff --git a/debian/changelog b/debian/changelog
index b5e05be..faf54d4 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,12 +2,17 @@ lintian (2.2.12) UNRELEASED; urgency=low
 
   * Summary of tag changes:
     + Added:
+      - debug-symbols-directly-in-usr-lib-debug
       - file-in-discouraged-x11-font-directory
       - file-in-unknown-x11-font-directory
       - missing-separator-between-items
     + Removed:
       - missing-comma-between-items
       
+  * checks/binaries{,.desc}:
+    + [RA] Diagnose installing detached debugging symbols directly in
+      /usr/lib/debug instead of in an appropriate subdirectory.  Patch
+      from Raphael Geissert.  (Closes: #532394)
   * checks/control-file{,.desc}:
     + [ADB] Allow both comma and pipe as valid separators between items when
       detecting whether a separator has been omitted.  As a consequence,

-- 
Debian package checker


Reply to: