]> git.donarmstrong.com Git - debhelper.git/commitdiff
r1765: releasing version 4.9.1 4.9.1
authorjoey <joey>
Tue, 14 Jun 2005 00:34:13 +0000 (00:34 +0000)
committerjoey <joey>
Tue, 14 Jun 2005 00:34:13 +0000 (00:34 +0000)
debian/changelog
dh_strip

index ec536070ee305ffdc4f5d4b7c0e31454d1474b71..a019d215c4214877d134c001abbaf580a5f5a878 100644 (file)
@@ -1,3 +1,9 @@
+debhelper (4.9.1) unstable; urgency=low
+
+  * Fix typo in dh_strip.
+
+ -- Joey Hess <joeyh@debian.org>  Mon, 13 Jun 2005 20:32:12 -0400
+
 debhelper (4.9.0) unstable; urgency=low
 
   * Begin work on compatability level 5. The set of changes in this mode is
index dd21a8ca6fe5ee578f9ca713e15ae9c10255164a..742ca271a95ca205e2b6243276ae4f94e20ab0a9 100755 (executable)
--- a/dh_strip
+++ b/dh_strip
@@ -187,7 +187,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
                        $debugtmp=tmpdir(@{$dh{DEBUGPACKAGES}}[0]);
                }
        }
-       else
+       else {
                if (ref $dh{DEBUGPACKAGES} && grep { $_ eq $package } @{$dh{DEBUGPACKAGES}}) {
                        $keep_debug=1;
                        $debugtmp=tmpdir($package."-dbg");