Also install python-lldb-4.0 when installing lldb-4.0 (Closes: #851171)

This commit is contained in:
Sylvestre Ledru 2017-01-14 10:47:57 +00:00
parent 62dca9d14c
commit 3141709652
2 changed files with 3 additions and 2 deletions

1
debian/changelog vendored
View File

@ -2,6 +2,7 @@ llvm-toolchain-snapshot (1:4.0~svn291557-1~exp1) experimental; urgency=medium
* New snapshot release * New snapshot release
* d/p/lldb-server-link-issue.patch removed, merged upstream * 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 -- Sylvestre Ledru <sylvestre@debian.org> Tue, 10 Jan 2017 12:01:20 +0100

4
debian/control vendored
View File

@ -451,8 +451,8 @@ Description: LLVM-based linker, header files
Package: lldb-4.0 Package: lldb-4.0
Architecture: amd64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 s390 sparc alpha hppa m68k powerpcspe sh4 x32 mips mipsel arm64 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 # ia64 mips mipsel hurd powerpc ppc64 ppc64el sparc64 have been removed
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm4.0 (= ${binary:Version}), llvm-4.0-dev Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm4.0 (= ${binary:Version}), llvm-4.0-dev,
Suggests: python-lldb-4.0 python-lldb-4.0
Conflicts: lldb-3.4, lldb-3.5 Conflicts: lldb-3.4, lldb-3.5
Pre-Depends: ${misc:Pre-Depends} Pre-Depends: ${misc:Pre-Depends}
Description: Next generation, high-performance debugger Description: Next generation, high-performance debugger