summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/install/NEWS1
-rw-r--r--perl-install/install/share/list.xml5
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>