File: python-debug-in-wrong-location.tag

package info (click to toggle)
lintian 2.129.0
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 71,680 kB
  • sloc: perl: 46,081; javascript: 9,151; makefile: 4,058; sh: 3,044; ansic: 714; xml: 518; python: 91; java: 15; cpp: 9; tcl: 4; lisp: 3
file content (9 lines) | stat: -rw-r--r-- 366 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
Tag: python-debug-in-wrong-location
Severity: warning
Check: languages/python
See-Also: Bug#576014
Explanation: The package appears to be installing debug modules in
 /usr/lib/debug/usr/lib/pyshared/pythonX.Y/. However, gdb(1)
 will not look for it there, making it less useful. The file
 should be installed in /usr/lib/debug/usr/lib/pymodules/pythonX.Y/
 instead.