diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2017-03-06 15:01:07 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2017-03-06 16:51:19 +0100 |
commit | b6cede6d31f1e65d93a73952c01035b28860de17 (patch) | |
tree | fb178de57d3d44b39dd090916547084014b106de | |
parent | da3fbca1326c9e013902929a679cffa528fa8d1e (diff) | |
download | drakx-b6cede6d31f1e65d93a73952c01035b28860de17.tar drakx-b6cede6d31f1e65d93a73952c01035b28860de17.tar.gz drakx-b6cede6d31f1e65d93a73952c01035b28860de17.tar.bz2 drakx-b6cede6d31f1e65d93a73952c01035b28860de17.tar.xz drakx-b6cede6d31f1e65d93a73952c01035b28860de17.zip |
add example how to include debuginfo
eg: for ldetect & drakxtools
-rw-r--r-- | perl-install/install/NEWS | 1 | ||||
-rw-r--r-- | perl-install/install/share/list.xml | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 704d2cb49..daa5df234 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,4 +1,5 @@ - debug mode: + o add example how to include debuginfo o make it work with gdb-7.12 o preset keyboard if DEBUG_INSTALL_LANG is set during build - list input & HID devices in report.bug (mga#20327) diff --git a/perl-install/install/share/list.xml b/perl-install/install/share/list.xml index 7e55d1c97..f7605f70a 100644 --- a/perl-install/install/share/list.xml +++ b/perl-install/install/share/list.xml @@ -374,6 +374,11 @@ /LIB/brltty/libbrlttyb??.so </from> + <!-- example how to include debuginfo in stage2: + <from expand="command"> + rpm -ql ldetect-debuginfo drakxtools-debuginfo |egrep '.build-id/|\.debug' + </from> + --> <from expand="command"> perl -Mlang -I.. -le 'print foreach lang::console_font_files()' </from> |