From d579dae0cf159c50dcd902ff4a35590f7dcff395 Mon Sep 17 00:00:00 2001 From: joey Date: Tue, 22 Jul 2003 21:06:18 +0000 Subject: [PATCH] r598: * dh_strip: do not strip files multiple times. --- debian/changelog | 6 ++++++ dh_strip | 1 + 2 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index 212e505..4c03e6d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +debhelper (4.1.55) unstable; urgency=low + + * dh_strip: do not strip files multiple times. + + -- Joey Hess Tue, 22 Jul 2003 17:04:49 -0400 + debhelper (4.1.54) unstable; urgency=low * dh_scrollkeeper: fix postrm to not run if scrollkeeper is not present diff --git a/dh_strip b/dh_strip index 14f098e..9e107f4 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) { -- 2.39.5