mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-12 03:20:57 +00:00
Also generate liblldb-3.7-dbg
This commit is contained in:
parent
ac07cf4fdf
commit
6ac6f30293
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -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 <sylvestre@debian.org> Fri, 28 Aug 2015 14:22:33 +0200
|
||||
|
||||
|
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.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
|
||||
|
1
debian/rules
vendored
1
debian/rules
vendored
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user