From 06b90c93e879e0f4c830d29a06422969471db761 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 22 Dec 2017 18:23:11 +0000 Subject: [PATCH] remove liblld-6.0-dbg for now --- debian/changelog | 1 + debian/control | 26 +++++++++++++------------- debian/rules | 6 +++--- 3 files changed, 17 insertions(+), 16 deletions(-) diff --git a/debian/changelog b/debian/changelog index dd35e9da..75be1296 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 18 Dec 2017 13:59:34 +0100 diff --git a/debian/control b/debian/control index 24848d7f..4053397f 100644 --- a/debian/control +++ b/debian/control @@ -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 diff --git a/debian/rules b/debian/rules index 1547bb69..25094d92 100755 --- a/debian/rules +++ b/debian/rules @@ -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