From 892e8af844e8d30a91b12b45cc596608ff91d1dc Mon Sep 17 00:00:00 2001 From: Gianfranco Costamagna Date: Thu, 30 Jun 2016 12:50:09 +0000 Subject: [PATCH] Fix python-lldb-3.8 and don't build it where liblld is not available --- debian/changelog | 4 ++++ debian/control | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 989a3fa6..930c06e6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Tue, 28 Jun 2016 14:44:48 +0200 llvm-toolchain-3.8 (1:3.8.1-1) unstable; urgency=medium diff --git a/debian/control b/debian/control index bd67f22f..7a9d212e 100644 --- a/debian/control +++ b/debian/control @@ -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}