mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 04:22:54 +00:00
Do not ship liblld-4.0-dbg for now (Closes: #889269)
This commit is contained in:
parent
c534fae958
commit
a189c57082
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -19,6 +19,7 @@ llvm-toolchain-4.0 (1:4.0.1-9) unstable; urgency=medium
|
||||
Thanks to Andreas Beckmann for the patch (Closes: #882505) (LP: #1706326)
|
||||
* Fix the fix-scan-view-path.diff path (Closes: #885827)
|
||||
* Move libomp-dev from Suggests to Recommends (Closes: #882781)
|
||||
* Do not ship liblld-4.0-dbg for now (Closes: #889269)
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Sun, 11 Feb 2018 00:01:50 +0100
|
||||
|
||||
|
26
debian/control
vendored
26
debian/control
vendored
@ -430,19 +430,19 @@ Description: LLVM-based linker, library
|
||||
.
|
||||
This package contains the LLD runtime library.
|
||||
|
||||
Package: liblld-4.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-4.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-4.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-4.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-4.0-dev
|
||||
|
6
debian/rules
vendored
6
debian/rules
vendored
@ -500,9 +500,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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user