diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2013-11-08 11:27:45 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2013-11-08 12:27:05 +0100 |
commit | 76b172ebe3c1d692183b2ca89a43bc265ee2af48 (patch) | |
tree | 46fa69239e7d55214a6ab8416b527308b337bcaf | |
parent | 7921b47111412d20a2af795684be49cf032307f0 (diff) | |
download | drakx-76b172ebe3c1d692183b2ca89a43bc265ee2af48.tar drakx-76b172ebe3c1d692183b2ca89a43bc265ee2af48.tar.gz drakx-76b172ebe3c1d692183b2ca89a43bc265ee2af48.tar.bz2 drakx-76b172ebe3c1d692183b2ca89a43bc265ee2af48.tar.xz drakx-76b172ebe3c1d692183b2ca89a43bc265ee2af48.zip |
fix building debug image with latest gdb
-rw-r--r-- | perl-install/install/NEWS | 3 | ||||
-rw-r--r-- | perl-install/install/share/list.xml | 17 |
2 files changed, 6 insertions, 14 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 2910f4baf..8321c2bfb 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,6 @@ +- debug image: + o fix building with latest gdb + Version 15.71 - 8 November 2013 - do not use automatically gdm for xfce diff --git a/perl-install/install/share/list.xml b/perl-install/install/share/list.xml index 0a286a909..9a4a92f9c 100644 --- a/perl-install/install/share/list.xml +++ b/perl-install/install/share/list.xml @@ -252,20 +252,9 @@ /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/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 + <from expand="glob"> + /usr/share/gdb/python/gdb/* + </from> </if> <from expand="glob"> |