summaryrefslogtreecommitdiff
path: root/dh_strip
diff options
context:
space:
mode:
authorjoey <joey>2005-06-14 00:34:13 +0000
committerjoey <joey>2005-06-14 00:34:13 +0000
commit51a974b8c2220182d6656473c3686566d3461524 (patch)
tree854e2f8171d9be783a4174fb6e18f679806acb40 /dh_strip
parent1153ddb381f7e854b125791a5ff9be6b81d87cc3 (diff)
r1765: releasing version 4.9.1
Diffstat (limited to 'dh_strip')
-rwxr-xr-xdh_strip2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_strip b/dh_strip
index dd21a8ca..742ca271 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");