liblld-6.0-dev depends on liblld-6.0 (Closes: #856545)

This commit is contained in:
Sylvestre Ledru 2017-12-04 13:46:23 +00:00
parent bf6c7286f2
commit b13d108cf7
2 changed files with 3 additions and 1 deletions

1
debian/changelog vendored
View File

@ -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 <sylvestre@debian.org> Mon, 16 Oct 2017 10:24:33 +0200

3
debian/control vendored
View File

@ -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