Skip to content

Commit

Permalink
Add wildcards to beginning and end of unstripped-binary-or-object lin…
Browse files Browse the repository at this point in the history
…tian override

Addresses epicsdeb#10 - allows for [new] or old version of hints
  • Loading branch information
daykin committed May 31, 2023
1 parent fb87203 commit 888e0b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dh_epics_lintian
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ OVERRIDE
$comment = 1;
$overrides = $overrides . "# No stripping for *-debug targets unless -dbg package is created\n";
}
$overrides = $overrides . "$pkg: unstripped-binary-or-object $file\n";
$overrides = $overrides . "$pkg: unstripped-binary-or-object *$file*\n";
}
} elsif($pkg =~ m/^lib/) {
$overrides = << "OVERRIDE";
Expand Down

0 comments on commit 888e0b1

Please sign in to comment.