http://4ynqnnkbfkq327lqr4kfj2udaki224h4isbpjwj5tagxqcgzu7rv6oqd.onion/tags/debug-package-for-multi-arch-same-pkg-not-coinstallable.html
Making a debug package co-installable with itself is very trivial,
when installing the debug symbols beneath: /usr/lib/debug/.build-id/<XX>/<rest-id>.debug dh_strip does this in debhelper compat 9. Otherwise, the expected
location of the debug symbols of a given ELF binary can be determined
by using: readelf -n <binary-elf> | \
perl -ne 'print if s,^\s*Build ID:\s*(\S\S)(\S+),/usr/lib/debug/.build-id/$1/$2.debug,' Severity: info Experimental: false See also list of all the affected...