mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-27 09:50:53 +00:00
Install the python file for lldb. Thanks to Daniel Malea for spotting this
This commit is contained in:
parent
12815a6f0b
commit
b4f2773fd3
2
debian/control
vendored
2
debian/control
vendored
@ -435,7 +435,7 @@ Description: Low-Level Virtual Machine (LLVM), examples
|
||||
|
||||
Package: lldb-3.2
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, python
|
||||
Pre-Depends: ${misc:Pre-Depends}
|
||||
Description: Next generation, high-performance debugger
|
||||
LLDB is a next generation, high-performance debugger. It is built as a set of
|
||||
|
1
debian/lldb-3.2.install.in
vendored
1
debian/lldb-3.2.install.in
vendored
@ -2,3 +2,4 @@ usr/bin/lldb-3.2
|
||||
usr/lib/llvm-3.2/bin/lldb
|
||||
usr/lib/llvm-3.2/bin/lldb-platform
|
||||
usr/lib/llvm-3.2/lib/liblldb.so.1 /usr/lib/@DEB_HOST_MULTIARCH@/
|
||||
build-llvm/Release/lib/python2.7/site-packages/lldb/ /usr/lib/python2.7/dist-packages/
|
||||
|
Loading…
Reference in New Issue
Block a user