mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-27 04:51:34 +00:00
Also generate liblldb-3.8-dbg
This commit is contained in:
parent
6b2c6b6fde
commit
0a66599d01
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -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
|
||||
|
||||
[ Sylvestre Ledru ]
|
||||
|
13
debian/control
vendored
13
debian/control
vendored
@ -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
|
||||
|
1
debian/rules
vendored
1
debian/rules
vendored
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user