mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-03 14:05:20 +00:00
liblld-5.0-dev depends on liblld-5.0 (Closes: #856545)
This commit is contained in:
parent
5584a9b586
commit
975e896b4d
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -2,6 +2,7 @@ llvm-toolchain-5.0 (1:5.0.1~+rc2-1~exp1) experimental; urgency=medium
|
||||
|
||||
* New testing release
|
||||
* Add a symlink to fix lldb-X.Y (Closes: #881993)
|
||||
* liblld-5.0-dev depends on liblld-5.0 (Closes: #856545)
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Thu, 30 Nov 2017 09:02:28 +0100
|
||||
|
||||
|
3
debian/control
vendored
3
debian/control
vendored
@ -449,7 +449,8 @@ Package: liblld-5.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-5.0 (= ${binary:Version})
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, lld-5.0 (= ${binary:Version}),
|
||||
liblld-5.0 (= ${binary:Version})
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user