summaryrefslogtreecommitdiffstats
path: root/tags/p/python-debug-in-wrong-location.tag
blob: 593a9d08d494f56dbfe6088dd0c726198f29a493 (plain)
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.