From 2ecd07d08cdc465a3d76f980cc7c5057f53b4cf4 Mon Sep 17 00:00:00 2001 From: Gianfranco Costamagna Date: Wed, 11 May 2016 09:39:42 +0000 Subject: [PATCH] Fix changelog, make python-lldb-3.8 depend on liblldb-3.8-dev --- debian/changelog | 14 ++++++++------ debian/control | 5 +++-- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index 335ad2ab..c06f9022 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -llvm-toolchain-3.8 (1:3.8.1-2) unstable; urgency=medium +llvm-toolchain-3.8 (1:3.8.1-1) UNRELEASED; urgency=medium [ Brad King ] * Install cmake files in usr/share/llvm-@LLVM_VERSION@/cmake/ instead of @@ -14,13 +14,15 @@ llvm-toolchain-3.8 (1:3.8.1-2) unstable; urgency=medium * Fix liblldb suffix in lldb/scripts/Python/finishSwigPythonLLDB.py (Closes: #813798) - -- - -llvm-toolchain-3.8 (1:3.8.1-1) UNRELEASED; urgency=medium - - * Preparation of 3.8.1 + [ Sylvestre Ledru ] * Improve the cmake detection (used for llvm.org/apt) + [ Gianfranco Costamagna ] + * Make python-lldb-3.8 depend on lldb-3.8-dev, to pick all + the required dependencies + * Unbreak circular dependency by Suggesting the python binding from + liblldb-3.8-dev + -- Sylvestre Ledru Sun, 13 Mar 2016 18:25:13 +0100 llvm-toolchain-3.8 (1:3.8-2) unstable; urgency=medium diff --git a/debian/control b/debian/control index 4350049f..8a40c24a 100644 --- a/debian/control +++ b/debian/control @@ -354,7 +354,8 @@ Description: Modular compiler and toolchain technologies, examples Package: lldb-3.8 Architecture: amd64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 s390 sparc alpha hppa m68k powerpcspe ppc64 sh4 sparc64 x32 mips mipsel # ia64 mips mipsel hurd powerpc ppc64el have been removed -Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm3.8 (= ${binary:Version}), python, llvm-3.8-dev, python-lldb-3.8 +Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm3.8 (= ${binary:Version}), llvm-3.8-dev +Suggests: python-lldb-3.8 Conflicts: lldb-3.4, lldb-3.5 Pre-Depends: ${misc:Pre-Depends} Description: Next generation, high-performance debugger @@ -395,7 +396,7 @@ Description: Next generation, high-performance debugger, debugging libraries Package: python-lldb-3.8 Section: python Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, liblldb-3.8, lldb-3.8, python +Depends: ${shlibs:Depends}, ${misc:Depends}, liblldb-3.8-dev, python Conflicts: python-lldb-3.4, python-lldb-3.5, python-lldb-3.6, python-lldb-3.7 Pre-Depends: ${misc:Pre-Depends} Description: Next generation, high-performance debugger, python lib