summaryrefslogtreecommitdiff
path: root/dh_strip
diff options
context:
space:
mode:
Diffstat (limited to 'dh_strip')
-rwxr-xr-xdh_strip1
1 files changed, 1 insertions, 0 deletions
diff --git a/dh_strip b/dh_strip
index 14f098ed..9e107f46 100755
--- a/dh_strip
+++ b/dh_strip
@@ -121,6 +121,7 @@ sub testfile {
foreach my $package (@{$dh{DOPACKAGES}}) {
my $tmp=tmpdir($package);
+ @shared_libs=@executables=@static_libs=();
find(\&testfile,$tmp);
foreach (@shared_libs) {