From a870aa095247275de6f791ddbcd098fb51cbee47 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 17 Nov 2011 00:15:32 -0400 Subject: Fix broken option passing to objcopy. Closes: #649044 --- dh_strip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dh_strip') diff --git a/dh_strip b/dh_strip index ae1594f..4dc6961 100755 --- a/dh_strip +++ b/dh_strip @@ -170,7 +170,7 @@ sub make_debug { doit($objcopy, "--only-keep-debug", $file, $debug_path); } else { - doit($objcopy, "--only-keep-debug --compress-debug-sections", $file, $debug_path); + doit($objcopy, "--only-keep-debug", "--compress-debug-sections", $file, $debug_path); } # No reason for this to be executable. doit("chmod", 644, $debug_path); -- cgit v1.2.1