Also generate liblldb-3.8-dbg

This commit is contained in:
Sylvestre Ledru 2015-09-11 10:13:08 +00:00
parent 6b2c6b6fde
commit 0a66599d01
3 changed files with 20 additions and 0 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
llvm-toolchain-snapshot (1:3.8~svn246420-2) UNRELEASED; urgency=medium
* Also generate liblldb-3.8-dbg
-- Sylvestre Ledru <sylvestre@debian.org> Fri, 11 Sep 2015 12:12:48 +0200
llvm-toolchain-snapshot (1:3.8~svn246420-1) unstable; urgency=medium llvm-toolchain-snapshot (1:3.8~svn246420-1) unstable; urgency=medium
[ Sylvestre Ledru ] [ Sylvestre Ledru ]

13
debian/control vendored
View File

@ -407,6 +407,19 @@ Description: Next generation, high-performance debugger, library
. .
This package contains the LLDB runtime 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 Package: python-lldb-3.8
Section: python Section: python

1
debian/rules vendored
View File

@ -375,6 +375,7 @@ override_dh_installman:
override_dh_strip: override_dh_strip:
dh_strip -p libclang$(SONAME_EXT)-$(LLVM_VERSION) --dbg-package=libclang$(SONAME_EXT)-$(LLVM_VERSION)-dbg 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 libllvm$(LLVM_VERSION) --dbg-package=libllvm$(LLVM_VERSION)-dbg
dh_strip -p liblldb-$(LLVM_VERSION) --dbg-package=liblldb-$(LLVM_VERSION)-dbg
dh_strip -a dh_strip -a