From d579dae0cf159c50dcd902ff4a35590f7dcff395 Mon Sep 17 00:00:00 2001 From: joey Date: Tue, 22 Jul 2003 21:06:18 +0000 Subject: r598: * dh_strip: do not strip files multiple times. --- dh_strip | 1 + 1 file changed, 1 insertion(+) (limited to 'dh_strip') 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) { -- cgit v1.2.3