diff --git a/debian/changelog b/debian/changelog index b7dc1ef9..e4dc52ed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sun, 11 Feb 2018 00:01:50 +0100 diff --git a/debian/control b/debian/control index 4d5cdbb6..303e57c3 100644 --- a/debian/control +++ b/debian/control @@ -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 diff --git a/debian/rules b/debian/rules index 1674fbc6..cb274da9 100755 --- a/debian/rules +++ b/debian/rules @@ -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