On Sep 30, Yann Dirson <[EMAIL PROTECTED]> wrote: >Also, packages using debhelper may just call dh_strip and don't need >to care about adding -s flag to install. Actually, dh_strip does more than install -s:
foreach (@executables) { doit("strip","--remove-section=.comment","--remove-section=.note",$_); } -- ciao, Marco