From 9471f431aa57347a8d2eebbec8031e16ea18b8f7 Mon Sep 17 00:00:00 2001 From: Niels Thykier Date: Wed, 14 Aug 2019 15:27:59 +0000 Subject: dh_strip: Skip stripping of guile-2.2 files Signed-off-by: Niels Thykier --- dh_strip | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dh_strip') diff --git a/dh_strip b/dh_strip index 3e8b300f..ab876360 100755 --- a/dh_strip +++ b/dh_strip @@ -188,7 +188,8 @@ sub testfile { return if -d _; # Is it a debug library in a debug subdir? - return if $fn=~m/debug\/.*\.so/; + return if $fn=~m{debug/.*\.so}; + return if $fn=~m{/guile/.*\.go$}; # Exploit the previous stat call to get the $mode, so we can check # later if it is executable or not. -- cgit v1.2.3