mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-11 19:42:18 +00:00
Add python-six dependency to 3.8
This commit is contained in:
parent
f06d6b78c8
commit
4fa55bcea3
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -14,6 +14,7 @@ llvm-toolchain-3.8 (1:3.8-3) unstable; urgency=medium
|
|||||||
* Fix liblldb suffix in lldb/scripts/Python/finishSwigPythonLLDB.py
|
* Fix liblldb suffix in lldb/scripts/Python/finishSwigPythonLLDB.py
|
||||||
(Closes: #813798)
|
(Closes: #813798)
|
||||||
* Fix LLVM bug 26158 - clang packages don't provide man pages
|
* 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 ]
|
[ Sylvestre Ledru ]
|
||||||
* Improve the cmake detection (used for llvm.org/apt)
|
* Improve the cmake detection (used for llvm.org/apt)
|
||||||
|
4
debian/control
vendored
4
debian/control
vendored
@ -6,7 +6,7 @@ Uploaders: Sylvestre Ledru <sylvestre@debian.org>
|
|||||||
Build-Depends: debhelper (>= 9.0), flex, bison, dejagnu, tcl, expect,
|
Build-Depends: debhelper (>= 9.0), flex, bison, dejagnu, tcl, expect,
|
||||||
cmake, perl, libtool, chrpath, texinfo, sharutils, libffi-dev (>= 3.0.9),
|
cmake, perl, libtool, chrpath, texinfo, sharutils, libffi-dev (>= 3.0.9),
|
||||||
lsb-release, patchutils, diffstat, xz-utils, python-dev,
|
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,
|
libjsoncpp-dev,
|
||||||
lcov, procps, help2man, dh-ocaml, zlib1g-dev
|
lcov, procps, help2man, dh-ocaml, zlib1g-dev
|
||||||
Build-Conflicts: oprofile, ocaml, libllvm-3.4-ocaml-dev, libllvm-3.5-ocaml-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
|
Package: python-lldb-3.8
|
||||||
Section: python
|
Section: python
|
||||||
Architecture: any
|
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
|
Conflicts: python-lldb-3.4, python-lldb-3.5, python-lldb-3.6, python-lldb-3.7
|
||||||
Pre-Depends: ${misc:Pre-Depends}
|
Pre-Depends: ${misc:Pre-Depends}
|
||||||
Description: Next generation, high-performance debugger, python lib
|
Description: Next generation, high-performance debugger, python lib
|
||||||
|
Loading…
Reference in New Issue
Block a user