Introduce lldb as a new package (Closes: #698601)

This commit is contained in:
Sylvestre Ledru 2013-01-20 22:18:26 +00:00
parent 922c454f07
commit b62aa31df8
2 changed files with 7 additions and 4 deletions

1
debian/changelog vendored
View File

@ -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 <sylvestre@debian.org> Mon, 07 Jan 2013 15:45:54 +0100

10
debian/control vendored
View File

@ -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.