diff --git a/debian/changelog b/debian/changelog index ca40f8fc..a08ffc3f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,7 @@ llvm-toolchain-3.8 (1:3.8-3) unstable; urgency=medium * Fix liblldb suffix in lldb/scripts/Python/finishSwigPythonLLDB.py (Closes: #813798) * Fix LLVM bug 26158 - clang packages don't provide man pages + * Add python-six as a dependency of python-lldb (thanks to Askar Safin). [ Sylvestre Ledru ] * Improve the cmake detection (used for llvm.org/apt) diff --git a/debian/control b/debian/control index 8a40c24a..2a3b943c 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Sylvestre Ledru Build-Depends: debhelper (>= 9.0), flex, bison, dejagnu, tcl, expect, cmake, perl, libtool, chrpath, texinfo, sharutils, libffi-dev (>= 3.0.9), lsb-release, patchutils, diffstat, xz-utils, python-dev, - libedit-dev, swig, python-sphinx, ocaml-nox, binutils-dev, + libedit-dev, swig, python-six, python-sphinx, ocaml-nox, binutils-dev, libjsoncpp-dev, lcov, procps, help2man, dh-ocaml, zlib1g-dev Build-Conflicts: oprofile, ocaml, libllvm-3.4-ocaml-dev, libllvm-3.5-ocaml-dev, @@ -396,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-dev, python +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} Description: Next generation, high-performance debugger, python lib