diff --git a/debian/changelog b/debian/changelog index bf4425a6..8dd395c6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Fri, 09 Jun 2023 13:25:01 +0200 diff --git a/debian/rules b/debian/rules index 6250cd14..623eadc9 100755 --- a/debian/rules +++ b/debian/rules @@ -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