diff --git a/debian/changelog b/debian/changelog index cee21277..81142151 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ llvm-toolchain-3.7 (1:3.7-2) UNRELEASED; urgency=medium * Remove CVE-2015-2305.patch. Already fixed upstream in a different way + * Also generate liblldb-3.7-dbg -- Sylvestre Ledru Fri, 28 Aug 2015 14:22:33 +0200 diff --git a/debian/control b/debian/control index 1687501f..37a2c0fc 100644 --- a/debian/control +++ b/debian/control @@ -407,6 +407,19 @@ Description: Next generation, high-performance debugger, library . This package contains the LLDB runtime library. +Package: liblldb-3.7-dbg +Architecture: amd64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 s390 sparc hppa m68k powerpcspe ppc64 sh4 sparc64 x32 mips mipsel +# ia64 mips mipsel hurd ppc64el alpha s390x powerpc have been removed +Depends: ${shlibs:Depends}, ${misc:Depends}, liblldb-3.7 (= ${binary:Version}) +Pre-Depends: ${misc:Pre-Depends} +Section: extra +Description: Next generation, high-performance debugger, debugging libraries + 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 contains the LLDB runtime library debug symbols. + Package: python-lldb-3.7 Section: python diff --git a/debian/rules b/debian/rules index 4befc4b2..02aa843f 100755 --- a/debian/rules +++ b/debian/rules @@ -374,6 +374,7 @@ override_dh_installman: override_dh_strip: dh_strip -p libclang$(SONAME_EXT)-$(LLVM_VERSION) --dbg-package=libclang$(SONAME_EXT)-$(LLVM_VERSION)-dbg dh_strip -p libllvm$(LLVM_VERSION) --dbg-package=libllvm$(LLVM_VERSION)-dbg + dh_strip -p liblldb-$(LLVM_VERSION) --dbg-package=libllldb-(LLVM_VERSION)-dbg dh_strip -a