diff options
author | Niels Thykier <niels@thykier.net> | 2018-05-10 11:49:04 +0000 |
---|---|---|
committer | Niels Thykier <niels@thykier.net> | 2018-05-10 11:49:41 +0000 |
commit | f0d777193cde87fc92c40487aa21a5f3e109e98c (patch) | |
tree | 904d59473e3280bb7d1ba0fa04fbd02c4c176fc5 /t | |
parent | 0a74e79dbeb26643980f20552f7d630409309f8f (diff) | |
download | debhelper-f0d777193cde87fc92c40487aa21a5f3e109e98c.tar.gz |
dh_strip: Move .../debug/.dwz to the -dbgsym/-dbg package
Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 't')
-rwxr-xr-x | t/size.t | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ foreach my $file (@progs) { while (<$fd>) { $cutting=1 if /^=/; $cutting=0 if /^=cut/; - next if $cutting || /^(?:=|\s*(?:\#.*)?$)/; + next if $cutting || /^(?:=|\s*(?:\#.*|[}]\s*)?$)/; $lines++; $maxlength=length($_) if length($_) > $maxlength; } |