Fix bad dependencies on lldb 3.6

This commit is contained in:
Sylvestre Ledru 2014-09-04 21:40:03 +00:00
parent acca58c68c
commit b8f3c34944
3 changed files with 7 additions and 2 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
llvm-toolchain-snapshot (1:3.6~svn216933-1~exp2) experimental; urgency=medium
* Fix bad dependencies on lldb 3.6
-- Sylvestre Ledru <sylvestre@debian.org> Thu, 04 Sep 2014 23:39:39 +0200
llvm-toolchain-snapshot (1:3.6~svn216933-1~exp1) experimental; urgency=medium
* New snapshot release

2
debian/control vendored
View File

@ -388,7 +388,7 @@ Description: Modular compiler and toolchain technologies, examples
Package: lldb-3.6
Architecture: amd64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 s390 s390x sparc alpha hppa m68k powerpcspe ppc64 sh4 sparc64 x32 powerpc mips mipsel
# ia64 mips mipsel hurd have been removed
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm3.6 (= ${binary:Version}), python, llvm-3.6-dev, liblldb-3.4, python-lldb-3.4
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm3.6 (= ${binary:Version}), python, llvm-3.6-dev, python-lldb-3.6
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/rules vendored
View File

@ -118,7 +118,6 @@ endif
LLDB_ENABLE=yes
LLDB_DISABLE_ARCHS := arm64 hurd-i386 ia64 ppc64el
# hurd has threading issues
# mips* fails with "undefined references to `__atomic_load_8'"
ifeq (,$(filter-out $(LLDB_DISABLE_ARCHS), $(DEB_HOST_ARCH)))
# Disable LLDB for this arch.
LLDB_ENABLE=no