From: Joey Hess Date: Mon, 7 Nov 2011 18:01:14 +0000 (-0400) Subject: layout X-Git-Tag: 8.9.10~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=eb955ef0dafe25ac1cb8091c8f2a065d68e18916;hp=7b8b4bd6dd7d26a4d9fbe62490cc7b2c722cc603;p=debhelper.git layout --- diff --git a/dh_strip b/dh_strip index aebc100..ae1594f 100755 --- a/dh_strip +++ b/dh_strip @@ -166,7 +166,7 @@ sub make_debug { if (! -d $debug_dir) { doit("install", "-d", $debug_dir); } - if(compat(8)) { + if (compat(8)) { doit($objcopy, "--only-keep-debug", $file, $debug_path); } else {