On Sun, Feb 7, 2010 at 20:20:08 +0100, Luca Falavigna wrote:
> Debian X Strike Force <debian-x@lists.debian.org>
> libxmu
>
debian/rules does:
dh_strip -Nlibxmu6 -Nlibxmuu1
dh_strip -plibxmu6 --dbg-package=libxmu6-dbg
dh_strip -plibxmuu1 --dbg-package=libxmuu1-dbg
and the debug symbols for both libxmu6 and libxmuu1 end up in
libxmu6-dbg. Probably because DH_OPTIONS is set to -s, and so the -p is
useless. Thanks for the report…
Cheers,
Julien