Xavier Grave
2010-11-26 15:22:27 UTC
Hi,
In the narval packages, I have some code that allow some kind of plugin
as a shared library. The code promote some symbols only for the plugin.
During the stripping of the code, the corresponding code is been removed.
The strip command allow a --keep-symbol option that I can't find in
dh_strip.
I'd like to avoid to remove stripping from the packaging for these
binaries, does anyone have some idea how to do it ?
My options (as far as my imagination is concern):
- no strip
not very good because of already huge binaries
- strip not using dh_strip but standard strip command
I really prefer to do the things with debian helper
tool
- put your good idea here :)
Thanks in advance, xavier
In the narval packages, I have some code that allow some kind of plugin
as a shared library. The code promote some symbols only for the plugin.
During the stripping of the code, the corresponding code is been removed.
The strip command allow a --keep-symbol option that I can't find in
dh_strip.
I'd like to avoid to remove stripping from the packaging for these
binaries, does anyone have some idea how to do it ?
My options (as far as my imagination is concern):
- no strip
not very good because of already huge binaries
- strip not using dh_strip but standard strip command
I really prefer to do the things with debian helper
tool
- put your good idea here :)
Thanks in advance, xavier