From b13d108cf781ecc76aff90c85fea5cbb0ea1e4e5 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 4 Dec 2017 13:46:23 +0000 Subject: [PATCH] liblld-6.0-dev depends on liblld-6.0 (Closes: #856545) --- debian/changelog | 1 + debian/control | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 32e9b2e5..7a71a1e8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -21,6 +21,7 @@ llvm-toolchain-snapshot (1:6.0~svn315736-2) unstable; urgency=medium * Add a symlink to fix lldb-X.Y (Closes: #881993) * Remove update-cuda-search-path.patch (applied upstream) * Also install usr/bin/lldb-test-6.0 + * liblld-6.0-dev depends on liblld-6.0 (Closes: #856545) -- Sylvestre Ledru Mon, 16 Oct 2017 10:24:33 +0200 diff --git a/debian/control b/debian/control index 1c423c7d..2fb17662 100644 --- a/debian/control +++ b/debian/control @@ -448,7 +448,8 @@ Package: liblld-6.0-dev Section: libdevel Architecture: amd64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 s390 sparc alpha hppa m68k powerpcspe ppc64 sh4 sparc64 x32 mips mipsel # ia64 mips mipsel hurd powerpc ppc64el have been removed -Depends: ${shlibs:Depends}, ${misc:Depends}, lld-6.0 (= ${binary:Version}) +Depends: ${shlibs:Depends}, ${misc:Depends}, lld-6.0 (= ${binary:Version}), + liblld-6.0 Pre-Depends: ${misc:Pre-Depends} Description: LLVM-based linker, header files LLD is a new, high-performance linker. It is built as a set of reusable