From adb3404d9ed18da4869144505ed2a05d2dc484cb Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 20 Sep 2013 03:20:11 +0000 Subject: [PATCH] add a new package with lldb headers --- debian/control | 12 ++++++++++++ debian/lldb-3.4-dev.install | 1 + 2 files changed, 13 insertions(+) create mode 100644 debian/lldb-3.4-dev.install diff --git a/debian/control b/debian/control index 2b96a3b3..7c41ff6a 100644 --- a/debian/control +++ b/debian/control @@ -429,3 +429,15 @@ 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. + +Package: lldb-3.4-dev +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, lldb-3.4 (= ${binary:Version}) +Pre-Depends: ${misc:Pre-Depends} +Description: Next generation, high-performance debugger - Header files + 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. + . + This package provides the header files to build extension over lldb. + diff --git a/debian/lldb-3.4-dev.install b/debian/lldb-3.4-dev.install new file mode 100644 index 00000000..97831b4a --- /dev/null +++ b/debian/lldb-3.4-dev.install @@ -0,0 +1 @@ +/usr/lib/llvm-3.4/include/lldb