From fd8a047d9594619125b140b5b103b3d0712efc0a Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 23 Nov 2013 08:26:41 +0000 Subject: [PATCH] * Make lldb 3.5 also conflict with 3.4 (Closes: #730163) * Make python-clang 3.5 also conflict with 3.4 (Closes: #730164) --- debian/changelog | 7 +++++++ debian/control | 8 ++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 54b6cf36..d2bf41f8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +llvm-toolchain-snapshot (1:3.5~svn195337-2) unstable; urgency=low + + * Make lldb 3.5 also conflict with 3.4 (Closes: #730163) + * Make python-clang 3.5 also conflict with 3.4 (Closes: #730164) + + -- + llvm-toolchain-snapshot (1:3.5~svn195337-1) unstable; urgency=low * Switch from 3.4 to 3.5 diff --git a/debian/control b/debian/control index 4a410e5e..7225e02a 100644 --- a/debian/control +++ b/debian/control @@ -167,8 +167,8 @@ Package: python-clang-3.5 Section: python Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, python -Replaces: python-clang-3.3 -Breaks: python-clang-3.3 +Replaces: python-clang-3.3, python-clang-3.4 +Breaks: python-clang-3.3, python-clang-3.4 Description: Clang Python Bindings This binding package provides access to the Clang compiler and libraries. @@ -357,8 +357,8 @@ Architecture: amd64 armel armhf i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mips # Only hurd has been removed Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm3.5 (= ${binary:Version}), python, llvm-3.5-dev Pre-Depends: ${misc:Pre-Depends} -Replaces: lldb-3.2, lldb-3.3 -Breaks: lldb-3.2, lldb-3.3 +Replaces: lldb-3.2, lldb-3.3, lldb-3.4 +Breaks: lldb-3.2, lldb-3.3, lldb-3.4 Description: Next generation, high-performance debugger LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM