From fec3c5de10c13723dfba56d6b2bef7764b949f1f Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 10 Jul 2023 18:05:26 +0200 Subject: [PATCH] buster: don't ship python3-lldb --- debian/rules | 1 + 1 file changed, 1 insertion(+) 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