diff --git a/debian/changelog b/debian/changelog index 9b9e1329..55e3594e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ llvm-toolchain-snapshot (1:3.9~svn260851-2) UNRELEASED; urgency=medium * Remove the autoconf section * Bring back the removal of the build dir * Fix the coverage builds (didn't allow several cflags) + * Set the correct conflicts on python-lldb-3.8 (Closes: #817873) -- Sylvestre Ledru Wed, 09 Mar 2016 19:30:30 +0100 diff --git a/debian/control b/debian/control index 9451a23c..fc410073 100644 --- a/debian/control +++ b/debian/control @@ -396,7 +396,7 @@ Package: python-lldb-3.9 Section: python Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, python -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, python-lldb-3.8 Pre-Depends: ${misc:Pre-Depends} Description: Next generation, high-performance debugger, python lib LLDB is a next generation, high-performance debugger. It is built as a set of