Comment 6 for bug 562418

Revision history for this message
Tormod Volden (tormodvolden) wrote : Re: many -dbg packages have debug symbols mismatch

Interestingly, xorg-server tries this:
dh_strip -pxserver-xorg-core --dbg-package=xserver-xorg-core-dbg
dh_strip -s --remaining-packages

Unfortunately that is wishful thinking, because dh_strip does not have any --remaining-packages option.

I have tested that my fix works on the mesa packages. See the attachment for details on what happens at which steps in the stripping processes.