Disable python3-lldb-17 for buster (it has been this way for a while)

This commit is contained in:
Sylvestre Ledru 2023-06-30 09:17:11 +02:00
parent 3fa385b3b6
commit e8709bc518
2 changed files with 2 additions and 0 deletions

1
debian/changelog vendored
View File

@ -7,6 +7,7 @@ llvm-toolchain-snapshot (1:17~++20230603110125+d072d110227d-1~exp1) experimental
* remove some mlir example (libMyExtensionCh*.a)
* Try to pass MAKE_C_COMPILER_LAUNCHER and CMAKE_CXX_COMPILER_LAUNCHER
in CLANG_BOOTSTRAP_PASSTHROUGH for sccache in stage2
* Disable python3-lldb-17 for buster (it has been this way for a while)
-- Sylvestre Ledru <sylvestre@debian.org> Fri, 09 Jun 2023 13:25:01 +0200

1
debian/rules vendored
View File

@ -1213,6 +1213,7 @@ endif
if test "$(DISTRO)" = "buster"; then \
mkdir -p $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/share/gdb/python/ompd/; \
touch $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/share/gdb/python/ompd/empty; \
echo "" > debian/python3-lldb-$(LLVM_VERSION).install; \
fi
# Remove some mlir example