From: joey Date: Tue, 14 Jun 2005 00:34:13 +0000 (+0000) Subject: r1765: releasing version 4.9.1 X-Git-Tag: 4.9.1^0 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=51a974b8c2220182d6656473c3686566d3461524;p=debhelper.git r1765: releasing version 4.9.1 --- diff --git a/debian/changelog b/debian/changelog index ec53607..a019d21 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +debhelper (4.9.1) unstable; urgency=low + + * Fix typo in dh_strip. + + -- Joey Hess 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 diff --git a/dh_strip b/dh_strip index dd21a8c..742ca27 100755 --- 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");