buster: don't ship python3-lldb

This commit is contained in:
Sylvestre Ledru 2023-07-10 18:05:26 +02:00
parent 6fca3fca02
commit fec3c5de10

1
debian/rules vendored
View File

@ -1158,6 +1158,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
# Delete the target build directory to save some space on the build systems