Update to dh_clistrip from master
Former-commit-id: 8ad981bf4a896491ebdc9bf46f1f9a6f2e391164
This commit is contained in:
parent
62c9c9ab2d
commit
7c91d23f00
4
debian/dh_clistrip
vendored
4
debian/dh_clistrip
vendored
@ -19,7 +19,7 @@ B<dh_clistrip> [S<I<debhelper options>>] [B<-X>I<item>] [--dbg-package=package]
|
|||||||
dh_clistrip is a debhelper program that removes debug symbols from
|
dh_clistrip is a debhelper program that removes debug symbols from
|
||||||
CLI libraries and applications.
|
CLI libraries and applications.
|
||||||
|
|
||||||
dh_clistrip deletes all *.exe.mdb and *.dll.mdb files.
|
dh_clistrip deletes all *.pdb, *.exe.mdb and *.dll.mdb files.
|
||||||
|
|
||||||
=head1 OPTIONS
|
=head1 OPTIONS
|
||||||
|
|
||||||
@ -68,7 +68,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
|
|||||||
foreach my $exclude (@{$dh{EXCLUDE}}) {
|
foreach my $exclude (@{$dh{EXCLUDE}}) {
|
||||||
return if /$exclude/;
|
return if /$exclude/;
|
||||||
}
|
}
|
||||||
return unless -f && /\.(exe|dll)\.mdb$/;
|
return unless -f && /\.(((exe|dll)\.mdb)|pdb)$/;
|
||||||
|
|
||||||
my $file = $_;
|
my $file = $_;
|
||||||
my $dir = $File::Find::dir;
|
my $dir = $File::Find::dir;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user