summaryrefslogtreecommitdiff
path: root/dh_strip
diff options
context:
space:
mode:
authorjoey <joey>2003-07-22 21:06:18 +0000
committerjoey <joey>2003-07-22 21:06:18 +0000
commitd579dae0cf159c50dcd902ff4a35590f7dcff395 (patch)
tree668991ca36223aa09d809da22edf252026b05d01 /dh_strip
parent34ed74aef9d9c42de391dea7387884359d439f57 (diff)
r598: * dh_strip: do not strip files multiple times.
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) {