diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-03-08 11:53:23 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-03-08 11:53:23 +0000 |
commit | 0c84d225d2fee1f517105009a0cde9af76650988 (patch) | |
tree | f3b196fa5ec0e895af0d5f3bad2ad5a94c19df8c | |
parent | 4c50913dde628af51909e36a1bf094c97189e8ec (diff) | |
download | drakx-0c84d225d2fee1f517105009a0cde9af76650988.tar drakx-0c84d225d2fee1f517105009a0cde9af76650988.tar.gz drakx-0c84d225d2fee1f517105009a0cde9af76650988.tar.bz2 drakx-0c84d225d2fee1f517105009a0cde9af76650988.tar.xz drakx-0c84d225d2fee1f517105009a0cde9af76650988.zip |
include needed python files for GDB
-rw-r--r-- | perl-install/install/NEWS | 1 | ||||
-rw-r--r-- | perl-install/install/share/list.xml | 50 |
2 files changed, 51 insertions, 0 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 259bead6b..dc4ef0b3f 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -6,6 +6,7 @@ - debug build: o don't run directly stage2 o include busybox + o include needed python files for GDB o start udev since we fork a shell prior to running stage2 Version 13.90 - 06 March 2012 diff --git a/perl-install/install/share/list.xml b/perl-install/install/share/list.xml index f0f3953b9..0d7035273 100644 --- a/perl-install/install/share/list.xml +++ b/perl-install/install/share/list.xml @@ -214,6 +214,56 @@ /lib/udev/pcmcia-socket-startup /etc/pcmcia/config.opts + <!-- for GDB: --> + <if set="DEBUG_INSTALL"> + /usr/include/python2.7/pyconfig.h + /usr/LIB/libinproctrace.so + /usr/LIB/libpython2.7.so.1.0 + /usr/LIB/python2.7/_abcoll.py + /usr/LIB/python2.7/abc.py + /usr/LIB/python2.7/codecs.py + /usr/LIB/python2.7/config/Makefile + /usr/LIB/python2.7/copy.py + /usr/LIB/python2.7/copy_reg.py + /usr/LIB/python2.7/encodings/aliases.py + /usr/LIB/python2.7/encodings/__init__.py + /usr/LIB/python2.7/encodings/utf_8.py + /usr/LIB/python2.7/genericpath.py + /usr/LIB/python2.7/lib-dynload/itertools.so + /usr/LIB/python2.7/linecache.py + /usr/LIB/python2.7/os.py + /usr/LIB/python2.7/posixpath.py + /usr/LIB/python2.7/re.py + /usr/LIB/python2.7/site-packages/pygtk.pth + /usr/LIB/python2.7/site.py + /usr/LIB/python2.7/sre_compile.py + /usr/LIB/python2.7/sre_constants.py + /usr/LIB/python2.7/sre_parse.py + /usr/LIB/python2.7/stat.py + /usr/LIB/python2.7/sysconfig.py + /usr/LIB/python2.7/traceback.py + /usr/LIB/python2.7/types.py + /usr/LIB/python2.7/UserDict.py + /usr/LIB/python2.7/warnings.py + /usr/LIB/python2.7/weakref.py + /usr/LIB/python2.7/_weakrefset.py + /usr/share/gdb/python/gdb/backtrace.py + /usr/share/gdb/python/gdb/command/alias.py + /usr/share/gdb/python/gdb/command/backtrace.py + /usr/share/gdb/python/gdb/command/ignore_errors.py + /usr/share/gdb/python/gdb/command/__init__.py + /usr/share/gdb/python/gdb/command/pahole.py + /usr/share/gdb/python/gdb/command/pretty_printers.py + /usr/share/gdb/python/gdb/command/require.py + /usr/share/gdb/python/gdb/command/upto.py + /usr/share/gdb/python/gdb/FrameIterator.py + /usr/share/gdb/python/gdb/FrameWrapper.py + /usr/share/gdb/python/gdb/function/caller_is.py + /usr/share/gdb/python/gdb/function/__init__.py + /usr/share/gdb/python/gdb/function/in_scope.py + /usr/share/gdb/python/gdb/__init__.py + </if> + <from expand="glob"> <from spaces_in_filename="1"> /usr/share/themes/Ia Ora* |