From 3141709652351641e8bfcbc7e91c9dadccfd730b Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 14 Jan 2017 10:47:57 +0000 Subject: [PATCH] Also install python-lldb-4.0 when installing lldb-4.0 (Closes: #851171) --- debian/changelog | 1 + debian/control | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 67d2d558..acb91554 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ llvm-toolchain-snapshot (1:4.0~svn291557-1~exp1) experimental; urgency=medium * New snapshot release * d/p/lldb-server-link-issue.patch removed, merged upstream + * Also install python-lldb-4.0 when installing lldb-4.0 (Closes: #851171) -- Sylvestre Ledru Tue, 10 Jan 2017 12:01:20 +0100 diff --git a/debian/control b/debian/control index d959f2b7..19bfe15d 100644 --- a/debian/control +++ b/debian/control @@ -451,8 +451,8 @@ Description: LLVM-based linker, header files Package: lldb-4.0 Architecture: amd64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 s390 sparc alpha hppa m68k powerpcspe sh4 x32 mips mipsel arm64 # ia64 mips mipsel hurd powerpc ppc64 ppc64el sparc64 have been removed -Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm4.0 (= ${binary:Version}), llvm-4.0-dev -Suggests: python-lldb-4.0 +Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm4.0 (= ${binary:Version}), llvm-4.0-dev, + python-lldb-4.0 Conflicts: lldb-3.4, lldb-3.5 Pre-Depends: ${misc:Pre-Depends} Description: Next generation, high-performance debugger