mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-26 08:59:46 +00:00
Enable again python3-lldb on bionic (apt.llvm.org)
This commit is contained in:
parent
87eceb54e8
commit
e52f15cba2
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
llvm-toolchain-17 (1:17.0.0~+rc4-1~exp6) experimental; urgency=medium
|
||||||
|
|
||||||
|
* Enable again python3-lldb on bionic (apt.llvm.org)
|
||||||
|
|
||||||
|
-- Sylvestre Ledru <sylvestre@debian.org> Mon, 18 Sep 2023 11:22:37 +0200
|
||||||
|
|
||||||
llvm-toolchain-17 (1:17.0.0~+rc4-1~exp5) experimental; urgency=medium
|
llvm-toolchain-17 (1:17.0.0~+rc4-1~exp5) experimental; urgency=medium
|
||||||
|
|
||||||
* debian/patches/D158066.patch:
|
* debian/patches/D158066.patch:
|
||||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -1217,7 +1217,7 @@ endif
|
|||||||
|
|
||||||
# Disable the python binding for buster. not sure why it regressed
|
# Disable the python binding for buster. not sure why it regressed
|
||||||
# regressed de4364f1ecaa..0745b0c0354a
|
# regressed de4364f1ecaa..0745b0c0354a
|
||||||
if test "$(DISTRO)" = "buster" -o "$(DISTRO)" = "bionic" -o "$(DEB_HOST_ARCH)" = "mips64el"; then \
|
if test "$(DISTRO)" = "buster" -o "$(DEB_HOST_ARCH)" = "mips64el"; then \
|
||||||
mkdir -p $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/share/gdb/python/ompd/; \
|
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; \
|
touch $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/share/gdb/python/ompd/empty; \
|
||||||
echo "" > debian/python3-lldb-$(LLVM_VERSION).install; \
|
echo "" > debian/python3-lldb-$(LLVM_VERSION).install; \
|
||||||
|
Loading…
Reference in New Issue
Block a user