mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-03 06:24:26 +00:00
Make libc++-7-dev & libc++abi-7-dev coinstallable
This commit is contained in:
parent
ea92161f65
commit
474bfccad3
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -2,6 +2,7 @@ llvm-toolchain-7 (1:7~+rc1-1~exp4) UNRELEASED; urgency=medium
|
||||
|
||||
* Force sphinx to be >> 1.2.3
|
||||
* also ignore libc++experimental.a on dh_strip (fails on stretch)
|
||||
* Make libc++-7-dev & libc++abi-7-dev coinstallable
|
||||
|
||||
[ John Paul Adrian Glaubitz ]
|
||||
* Don't build with ld.gold on powerpcspe
|
||||
|
6
debian/control
vendored
6
debian/control
vendored
@ -590,9 +590,9 @@ Section: libdevel
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Depends: libc++abi1-7 (= ${binary:Version}), ${misc:Depends}
|
||||
Replaces: libc++-dev (<= 6.0.1-1), libc++-7-dev, libc++abi-dev (<= 6.0.1-1)
|
||||
Breaks: libc++-dev (<= 6.0.1-1), libc++-7-dev, libc++abi-dev (<= 6.0.1-1)
|
||||
Provides: libc++-dev, libc++-7-dev, libc++abi-dev
|
||||
Replaces: libc++-dev (<= 6.0.1-1), libc++abi-dev (<= 6.0.1-1)
|
||||
Breaks: libc++-dev (<= 6.0.1-1), libc++abi-dev (<= 6.0.1-1)
|
||||
Provides: libc++abi-dev
|
||||
Description: LLVM low level support for a standard C++ library (development files)
|
||||
libc++abi is another implementation of low level support for a standard C++
|
||||
library.
|
||||
|
Loading…
Reference in New Issue
Block a user