X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=dh_strip;h=ea5315a3b12999cd1b63d956f62ffa1b9ca6a9ca;hb=a3494762925e5a42a42ce82c688f62f163ffad1b;hp=57c45f5c7e5a9786091da07ea450381219c4975a;hpb=71815c9c6ea75ac779d1ff50e7a285c0d9f13bd0;p=debhelper.git diff --git a/dh_strip b/dh_strip index 57c45f5..ea5315a 100755 --- a/dh_strip +++ b/dh_strip @@ -221,7 +221,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) { foreach (@shared_libs) { my $debug_path = make_debug($_, $tmp, $debugtmp) if $keep_debug; # Note that all calls to strip on shared libs - # *must* inclde the --strip-unneeded. + # *must* include the --strip-unneeded. doit($strip,"--remove-section=.comment", "--remove-section=.note","--strip-unneeded",$_); attach_debug($_, $debug_path) if defined $debug_path;