mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 05:46:27 +00:00
* Be less permissive when installing lldb. Remove duplication of the install
of liblldb.so.1 * Add symlinks lldb-3.4, lldb-platform-3.4 & lldb-gdbserver-3.4 without 3.4
This commit is contained in:
parent
c718adf666
commit
5a5f4cd188
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
||||
llvm-toolchain-3.4 (1:3.4.1-4) unstable; urgency=medium
|
||||
|
||||
* Be less permissive when installing lldb. Remove duplication of the install
|
||||
of liblldb.so.1
|
||||
* Add symlinks lldb-3.4, lldb-platform-3.4 & lldb-gdbserver-3.4 without 3.4
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Sun, 18 May 2014 20:18:19 +0200
|
||||
|
||||
llvm-toolchain-3.4 (1:3.4.1-3) unstable; urgency=medium
|
||||
|
||||
* Fix path for arch without support of compiler-rt. Should fix most of the
|
||||
|
3
debian/lldb-3.4-dev.install
vendored
3
debian/lldb-3.4-dev.install
vendored
@ -1,3 +1,4 @@
|
||||
/usr/lib/llvm-3.4/include/lldb
|
||||
/usr/lib/llvm-3.4/lib/liblldb*
|
||||
/usr/lib/llvm-3.4/lib/liblldb*a
|
||||
|
||||
|
||||
|
5
debian/lldb-3.4.links.in
vendored
5
debian/lldb-3.4.links.in
vendored
@ -1,2 +1,7 @@
|
||||
usr/lib/@DEB_HOST_MULTIARCH@/liblldb.so.1 usr/lib/@DEB_HOST_MULTIARCH@/liblldb.so
|
||||
usr/lib/@DEB_HOST_MULTIARCH@/liblldb.so usr/lib/python2.7/dist-packages/lldb/_lldb.so
|
||||
usr/lib/@DEB_HOST_MULTIARCH@/liblldb.so.1 usr/lib/llvm-3.4/lib/liblldb.so.1
|
||||
|
||||
usr/bin/lldb-3.4 usr/bin/lldb
|
||||
usr/bin/lldb-platform-3.4 usr/bin/lldb-platform
|
||||
usr/bin/lldb-gdbserver-3.4 usr/bin/lldb-gdbserver
|
||||
|
Loading…
Reference in New Issue
Block a user