On 13.08.19 18:56, Q. Gylstorff wrote:
From: Quirin Gylstorff <quirin.gylsto...@siemens.com>

To execute the smokey testsuite it is necessary to hold debug dbg
symbols to test gdb. Debian normally strips all debug symbols from
all build results. Exclude all components containing smokey from
stripping.

Signed-off-by: Quirin Gylstorff <quirin.gylsto...@siemens.com>
---
  debian/rules | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 883ae3ed8..3d5729c22 100755
--- a/debian/rules
+++ b/debian/rules
@@ -102,7 +102,7 @@ binary-arch: build install
        dh_installdocs -s -A README
        dh_link -s
        dh_installchangelogs -s
-       dh_strip -s
+       dh_strip -s --exclude=smokey
        dh_compress -s
        dh_fixperms -s
        dh_makeshlibs -s


Applied to next.

Thanks,
Jan

--
Siemens AG, Corporate Technology, CT RDA IOT SES-DE
Corporate Competence Center Embedded Linux

Reply via email to