On Tue, Jun 14, 2005 at 10:01:19AM +0200, Raphael Bossek wrote:
> > Can you find out what objcopy commands are involved?
> > Try DH_VERBOSE=1.
> 
> dh_strip -plibxerces1 --dbg-package=libxerces1
>       install -d debian/libxerces1-dbg/usr/lib/debug//usr/lib
>       objcopy --only-keep-debug 
> debian/libxerces1/usr/lib/libxerces-c.so.1.7.0 
> debian/libxerces1-dbg/usr/lib/debug//usr/lib/libxerces-c.so.1.7.0
>       chmod 644 
>       debian/libxerces1-dbg/usr/lib/debug//usr/lib/libxerces-c.so.1.7.0
>       strip --remove-section=.comment --remove-section=.note 
>       --strip-unneeded debian/libxerces1/usr/lib/libxerces-c.so.1.7.0
>       objcopy --add-gnu-debuglink 
> debian/libxerces1-dbg/usr/lib/debug//usr/lib/libxerces-c.so.1.7.0 
> debian/libxerces1/usr/lib/libxerces-c.so.1.7.0
>       cp -d debian/libxerces1/usr/lib/libxerces-c.so.1.7 
> debian/libxerces1-dbg/usr/lib/debug//usr/lib/libxerces-c.so.1.7

When I repeat this by hand, there is no reference to the SONAME in the
final .gnu_debuglink section; I can not reproduce your problem.  What
does "objdump -s -j .gnu_debuglink
debian/libxerces1/usr/lib/libxerces-c.so.1.7.0" show you?

-- 
Daniel Jacobowitz
CodeSourcery, LLC


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to