From 0a66599d01257e850c9b1fe8d0cb1375254aaee5 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 11 Sep 2015 10:13:08 +0000 Subject: [PATCH] Also generate liblldb-3.8-dbg --- debian/changelog | 6 ++++++ debian/control | 13 +++++++++++++ debian/rules | 1 + 3 files changed, 20 insertions(+) diff --git a/debian/changelog b/debian/changelog index 89f5b879..2377e154 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +llvm-toolchain-snapshot (1:3.8~svn246420-2) UNRELEASED; urgency=medium + + * Also generate liblldb-3.8-dbg + + -- Sylvestre Ledru Fri, 11 Sep 2015 12:12:48 +0200 + llvm-toolchain-snapshot (1:3.8~svn246420-1) unstable; urgency=medium [ Sylvestre Ledru ] diff --git a/debian/control b/debian/control index 216bee42..40f1cfad 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.8-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.8 (= ${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.8 Section: python diff --git a/debian/rules b/debian/rules index 953202c2..75c37e6b 100755 --- a/debian/rules +++ b/debian/rules @@ -375,6 +375,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=liblldb-$(LLVM_VERSION)-dbg dh_strip -a