mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-12 10:38:55 +00:00
Fix changelog, make python-lldb-3.8 depend on liblldb-3.8-dev
This commit is contained in:
parent
10380241cc
commit
2ecd07d08c
14
debian/changelog
vendored
14
debian/changelog
vendored
@ -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 <sylvestre@debian.org> Sun, 13 Mar 2016 18:25:13 +0100
|
||||
|
||||
llvm-toolchain-3.8 (1:3.8-2) unstable; urgency=medium
|
||||
|
5
debian/control
vendored
5
debian/control
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user