X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=dh_strip;h=4dc69616f971a5678374526e172a577f948a4ba5;hb=a4cf3e83f425663c6c190791fe3ea92b7143191a;hp=ae1594fead8c324b132f47d3a405104fc3935467;hpb=eb955ef0dafe25ac1cb8091c8f2a065d68e18916;p=debhelper.git 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);