All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] debian/rules: dh_strip exclude smokey
@ 2019-08-13 16:56 Q. Gylstorff
  2019-08-14 11:22 ` Jan Kiszka
  0 siblings, 1 reply; 2+ messages in thread
From: Q. Gylstorff @ 2019-08-13 16:56 UTC (permalink / raw)
  To: xenomai; +Cc: Quirin Gylstorff, Jan Kiszka

From: Quirin Gylstorff <quirin.gylstorff@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.gylstorff@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
-- 
2.20.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] debian/rules: dh_strip exclude smokey
  2019-08-13 16:56 [PATCH] debian/rules: dh_strip exclude smokey Q. Gylstorff
@ 2019-08-14 11:22 ` Jan Kiszka
  0 siblings, 0 replies; 2+ messages in thread
From: Jan Kiszka @ 2019-08-14 11:22 UTC (permalink / raw)
  To: Q. Gylstorff, xenomai

On 13.08.19 18:56, Q. Gylstorff wrote:
> From: Quirin Gylstorff <quirin.gylstorff@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.gylstorff@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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-08-14 11:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-13 16:56 [PATCH] debian/rules: dh_strip exclude smokey Q. Gylstorff
2019-08-14 11:22 ` Jan Kiszka

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.