diff --git a/debian/rules b/debian/rules index 57f4a26d..38ba911f 100755 --- a/debian/rules +++ b/debian/rules @@ -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