mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-12 06:34:10 +00:00
Also install python-lldb-4.0 when installing lldb-4.0 (Closes: #851171)
This commit is contained in:
parent
62dca9d14c
commit
3141709652
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -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 <sylvestre@debian.org> Tue, 10 Jan 2017 12:01:20 +0100
|
||||
|
||||
|
4
debian/control
vendored
4
debian/control
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user