diff options
author | Pascal Terjan <pterjan@gmail.com> | 2023-05-12 12:31:08 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@gmail.com> | 2023-05-28 18:52:29 +0000 |
commit | 368aad83839e38e2bd77dc3b075feb196827fef8 (patch) | |
tree | 02114b220bc2b189e594ad6294f02f5b356b1394 | |
parent | 2b34f905c90b3949746eb42231e7df39df20e4cd (diff) | |
download | drakx-368aad83839e38e2bd77dc3b075feb196827fef8.tar drakx-368aad83839e38e2bd77dc3b075feb196827fef8.tar.gz drakx-368aad83839e38e2bd77dc3b075feb196827fef8.tar.bz2 drakx-368aad83839e38e2bd77dc3b075feb196827fef8.tar.xz drakx-368aad83839e38e2bd77dc3b075feb196827fef8.zip |
Temporary fix debug install
-rw-r--r-- | perl-install/install/share/list.xml | 80 |
1 files changed, 0 insertions, 80 deletions
diff --git a/perl-install/install/share/list.xml b/perl-install/install/share/list.xml index 280746ba1..83766f27f 100644 --- a/perl-install/install/share/list.xml +++ b/perl-install/install/share/list.xml @@ -331,86 +331,6 @@ <!-- for GDB: --> <if set="DEBUG_INSTALL"> /usr/libexec/gdb - <from expand="glob"> - /usr/include/python3.*/pyconfig.h - /usr/LIB/libpython3.*so - /usr/LIB/python3.*/abc.py - /usr/LIB/python3.*/_bootlocale.py - /usr/LIB/python3.*/codecs.py - /usr/LIB/python3.*/_collections_abc.py - /usr/LIB/python3.*/contextlib.py - /usr/LIB/python3.*/copy.py - /usr/LIB/python3.*/copyreg.py - /usr/LIB/python3.*/collections/*.py - /usr/LIB/python3.*/enum.py - /usr/LIB/python3.*/importlib/*.py - /usr/LIB/python3.*/lib-dynload/*opcode*.so - /usr/LIB/python3.*/encodings/aliases.py - /usr/LIB/python3.*/encodings/__init__.py - /usr/LIB/python3.*/encodings/latin_1.py - /usr/LIB/python3.*/encodings/utf_8.py - /usr/LIB/python3.*/functools.py - /usr/LIB/python3.*/genericpath.py - /usr/LIB/python3.*/heapq.py - /usr/LIB/python3.*/imp.py - /usr/LIB/python3.*/io.py - /usr/LIB/python3.*/keyword.py - /usr/LIB/python3.*/linecache.py - /usr/LIB/python3.*/operator.py - /usr/LIB/python3.*/os.py - /usr/LIB/python3.*/posixpath.py - /usr/LIB/python3.*/reprlib.py - /usr/LIB/python3.*/re.py - /usr/LIB/python3.*/site.py - /usr/LIB/python3.*/_sitebuiltins.py - /usr/LIB/python3.*/sre_compile.py - /usr/LIB/python3.*/sre_constants.py - /usr/LIB/python3.*/sre_parse.py - /usr/LIB/python3.*/stat.py - /usr/LIB/python3.*/sysconfig.py - /usr/LIB/python3.*/_sysconfigdata*.py - /usr/LIB/python3.*/tokenize.py - /usr/LIB/python3.*/token.py - /usr/LIB/python3.*/traceback.py - /usr/LIB/python3.*/types.py - /usr/LIB/python3.*/warnings.py - /usr/LIB/python3.*/weakref.py - /usr/LIB/python3.*/_weakrefset.py - /usr/share/gdb/guile/gdb/* - /usr/share/gdb/python/gdb/* - </from> - /usr/LIB/guile/3.0/ccache/language/scheme/compile-tree-il.go - /usr/LIB/guile/3.0/ccache/language/scheme/decompile-tree-il.go - /usr/LIB/guile/3.0/ccache/language/scheme/spec.go - /usr/LIB/guile/3.0/ccache/language/tree-il.go - /usr/LIB/guile/3.0/ccache/rnrs/bytevectors.go - /usr/LIB/guile/3.0/ccache/system/foreign.go - /usr/share/gdb/guile/gdb/boot.scm - /usr/share/gdb/guile/gdb.go - /usr/share/guile/3.0/language/bytecode/spec.scm - /usr/share/guile/3.0/language/bytecode.scm - /usr/share/guile/3.0/language/scheme/compile-tree-il.scm - /usr/share/guile/3.0/language/scheme/decompile-tree-il.scm - /usr/share/guile/3.0/language/scheme/spec.scm - /usr/share/guile/3.0/language/tree-il.scm - /usr/share/guile/3.0/language/tree-il/spec.scm - /usr/share/guile/3.0/srfi/srfi-9/gnu.scm - /usr/share/guile/3.0/system/foreign.scm - <from expand="glob"> - /usr/LIB/guile/3.0/ccache/ice-9/*go - /usr/LIB/guile/3.0/ccache/srfi/*.go - /usr/LIB/guile/3.0/ccache/system/base/*.go - /usr/LIB/guile/3.0/ccache/system/vm/*.go - /usr/share/guile/3.0/ice-9/*.scm <!-- for boot-9.scm and its deps --> - /usr/share/guile/3.0/rnrs/*.scm - /usr/share/guile/3.0/rnrs/*/*.scm - /usr/share/guile/3.0/srfi/* - /usr/share/guile/3.0/system/base/*.scm - /usr/share/guile/3.0/system/vm/*.scm - </from> - /usr/share/guile/3.0/system/foreign.scm - /usr/share/gdb/guile/gdb.go - /usr/share/gdb/guile/gdb.scm </if> <from expand="glob"> |