mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2026-01-06 18:41:51 +00:00
looks like libreadline6-dev is now necessary for lldb ?
This commit is contained in:
parent
739f8fe8b3
commit
5f7761fcd4
4
debian/control
vendored
4
debian/control
vendored
@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 9.0), flex, bison, dejagnu, tcl8.5, expect,
|
||||
sharutils, autotools-dev (>= 20060702.1), libffi-dev (>= 3.0.9),
|
||||
lsb-release, patchutils, diffstat, xz-utils, chrpath, python-dev,
|
||||
libedit-dev, swig, python-sphinx, ocaml-nox, binutils-dev, libcloog-isl-dev,
|
||||
libisl-dev (>= 0.11.1), binutils,
|
||||
libisl-dev (>= 0.11.1), binutils, libreadline6-dev,
|
||||
lcov, procps, help2man, libjsoncpp-dev
|
||||
Build-Conflicts: oprofile, ocaml
|
||||
Standards-Version: 3.9.4
|
||||
@ -417,7 +417,7 @@ Description: Low-Level Virtual Machine (LLVM), examples
|
||||
|
||||
|
||||
Package: lldb-3.4
|
||||
Architecture: any
|
||||
Architecture: amd64 i386
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm3.4 (= ${binary:Version}), python, llvm-3.4-dev
|
||||
Pre-Depends: ${misc:Pre-Depends}
|
||||
Replaces: lldb-3.2, lldb-3.3
|
||||
|
||||
Loading…
Reference in New Issue
Block a user