Package: debhlper
Version: 7.4.3
Severity: wishlist
Version 2.9.27 of libc6 has the following item in
changelog.Debian.gz:
Strip *.o files manually (dh_strip does not do it) to prevent
leakage of the build directory.
According to
http://lists.debian.org/debian-glibc/2009/11/msg00089.html,
the code is:
find . -name \*crt\*.o -exec objcopy
--only-keep-debug '{}' ../$(libc)-dbg/usr/lib/debug/'{}'
';' || true;
find . -name \*crt\*.o -exec objcopy
--add-gnu-debuglink=../$(libc)-dbg/usr/lib/debug/'{}'
'{}' ';' || true);
find debian/$(curpass) -name \*crt\*.o -exec
strip --strip-debug --remove-section=.comment
--remove-section=.note --strip-unneeded '{}' ';' || true;
Is it possible to have similar lines in dh_strip?
--
[email protected]
SDF Public Access UNIX System - http://sdf.lonestar.org
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]