Fix python-lldb-3.8 and don't build it where liblld is not available

This commit is contained in:
Gianfranco Costamagna 2016-06-30 12:50:09 +00:00
parent 68d94d3998
commit 892e8af844
2 changed files with 5 additions and 1 deletions

4
debian/changelog vendored
View File

@ -1,8 +1,12 @@
llvm-toolchain-3.8 (1:3.8.1-2) UNRELEASED; urgency=medium
[ Sylvestre Ledru ]
* Add a symlink from usr/lib/llvm-3.8/share/llvm/cmake
pointing to usr/share/llvm-3.8/cmake
[ Gianfranco Costamagna ]
* Remove python-lldb-3.8 where liblldb-3.8-dev is not built
-- Sylvestre Ledru <sylvestre@debian.org> Tue, 28 Jun 2016 14:44:48 +0200
llvm-toolchain-3.8 (1:3.8.1-1) unstable; urgency=medium

2
debian/control vendored
View File

@ -395,7 +395,7 @@ Description: Next generation, high-performance debugger, debugging libraries
Package: python-lldb-3.8
Section: python
Architecture: any
Architecture: amd64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 s390 sparc alpha hppa m68k powerpcspe ppc64 sh4 sparc64 x32 mips mipsel
Depends: ${shlibs:Depends}, ${misc:Depends}, liblldb-3.8-dev, python, python-six
Conflicts: python-lldb-3.4, python-lldb-3.5, python-lldb-3.6, python-lldb-3.7
Pre-Depends: ${misc:Pre-Depends}