]> git.donarmstrong.com Git - debhelper.git/commitdiff
r598: * dh_strip: do not strip files multiple times.
authorjoey <joey>
Tue, 22 Jul 2003 21:06:18 +0000 (21:06 +0000)
committerjoey <joey>
Tue, 22 Jul 2003 21:06:18 +0000 (21:06 +0000)
debian/changelog
dh_strip

index 212e505276287fb0774c7d90ccd73799900c34a5..4c03e6d84ff499e89a11f30e2c48d1f5fc98d6a6 100644 (file)
@@ -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
index 14f098ed85c31fbad4604bf0915756aecec9a1b2..9e107f46ba867603317fdd61709ddd2e11495450 100755 (executable)
--- 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) {