diff --git a/debian/changelog b/debian/changelog index ddfd0cf6..681b2fa6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ llvm-toolchain-3.2 (3.2-1) unstable; urgency=low (Closes: #696474) * libLLVM-3.2.so.1 is now shipped only once (Closes: #696913) * Enable RTTI (Closes: #697754) + * Introduce lldb as a new package (Closes: #698601) -- Sylvestre Ledru Mon, 07 Jan 2013 15:45:54 +0100 diff --git a/debian/control b/debian/control index 5c24a6d6..2c70cd0c 100644 --- a/debian/control +++ b/debian/control @@ -48,8 +48,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, libstdc++6-4.7-dev, libgcc-4.7-dev, libobjc-4.7-dev, libclang-common-dev (= ${binary:Version}) Provides: c-compiler, objc-compiler, c++-compiler Recommends: llvm-3.2-dev, python -Replaces: clang (<< 3.1), clang-3.1 -Breaks: clang (<< 3.1), clang-3.1 +Replaces: clang (<< 3.1), clang-3.1, compiler-rt +Breaks: clang (<< 3.1), clang-3.1, compiler-rt Description: C, C++ and Objective-C compiler (LLVM based) Clang project is a C, C++, Objective C and Objective C++ front-end for the LLVM compiler. Some of its goals include the following: @@ -434,5 +434,7 @@ Package: lldb-3.2 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Pre-Depends: ${misc:Pre-Depends} -Description: Debugger. Based on LLVM - TODO +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 + Project, such as the Clang expression parser and LLVM disassembler.