stretch: disable the lldb python binding for real

This commit is contained in:
Sylvestre Ledru 2022-01-25 22:02:15 +01:00
parent f3b27327e5
commit 2d3a64db79

3
debian/rules vendored
View File

@ -457,6 +457,9 @@ preconfigure:
if test "$(LLVM_SPIRV_INSTALLED)" = "yes"; then \
sed -i -e "s|#spv\ ||g" debian/libclc-$(LLVM_VERSION).install; \
fi
if test "$(DISTRO)" = "stretch"; then \
echo "" > debian/python3-lldb-$(LLVM_VERSION).install; \
fi
# Override this two targets. They are trying to manage the .in conversion for me
override_dh_ocamlinit: