remove liblld-6.0-dbg for now

This commit is contained in:
Sylvestre Ledru 2017-12-22 18:23:11 +00:00
parent 8fc4523be4
commit 06b90c93e8
3 changed files with 17 additions and 16 deletions

1
debian/changelog vendored
View File

@ -31,6 +31,7 @@ llvm-toolchain-snapshot (1:6.0~svn315736-2) unstable; urgency=medium
- clang_getCursorTLSKind
* add test-keep-alive.diff to improve the keep alive for some
archs like mips*
* remove liblld-6.0-dbg for now
-- Sylvestre Ledru <sylvestre@debian.org> Mon, 18 Dec 2017 13:59:34 +0100

26
debian/control vendored
View File

@ -428,19 +428,19 @@ Description: LLVM-based linker, library
.
This package contains the LLD runtime library.
Package: liblld-6.0-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}, liblld-6.0 (= ${binary:Version})
Pre-Depends: ${misc:Pre-Depends}
Section: debug
Priority: optional
Description: LLVM-based linker, debugging libraries
LLD is a new, high-performance linker. It is built as a set of reusable
components which highly leverage existing libraries in the larger LLVM
Project.
.
This package contains the LLD runtime library debug symbols.
# Package: liblld-6.0-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}, liblld-6.0 (= ${binary:Version})
# Pre-Depends: ${misc:Pre-Depends}
# Section: debug
# Priority: optional
# Description: LLVM-based linker, debugging libraries
# LLD is a new, high-performance linker. It is built as a set of reusable
# components which highly leverage existing libraries in the larger LLVM
# Project.
# .
# This package contains the LLD runtime library debug symbols.
Package: liblld-6.0-dev

6
debian/rules vendored
View File

@ -503,9 +503,9 @@ 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
ifeq (${LLD_ENABLE},yes)
dh_strip -p liblld-$(LLVM_VERSION) --dbg-package=liblld-$(LLVM_VERSION)-dbg
endif
# ifeq (${LLD_ENABLE},yes)
# dh_strip -p liblld-$(LLVM_VERSION) --dbg-package=liblld-$(LLVM_VERSION)-dbg
# endif
dh_strip -a