diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rwxr-xr-x | dh_strip | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 212e5052..4c03e6d8 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 <joeyh@debian.org> 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 @@ -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) { |