* 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:
Sylvestre Ledru 2014-05-18 18:19:19 +00:00
parent c718adf666
commit 5a5f4cd188
3 changed files with 15 additions and 1 deletions

8
debian/changelog vendored
View File

@ -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

View File

@ -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

View File

@ -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