mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-25 00:17:38 +00:00
libc++-7-dev doesn't provide libstdc++-dev anymore (Closes: #908738)
This commit is contained in:
parent
e5939016c4
commit
4bc24cc840
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -5,6 +5,7 @@ llvm-toolchain-7 (1:7~+rc3-3) UNRELEASED; urgency=medium
|
|||||||
|
|
||||||
[ Sylvestre Ledru ]
|
[ Sylvestre Ledru ]
|
||||||
* Build llvm using -DLLVM_USE_PERF=yes (Closes: #908707)
|
* Build llvm using -DLLVM_USE_PERF=yes (Closes: #908707)
|
||||||
|
* libc++-7-dev doesn't provide libstdc++-dev anymore (Closes: #908738)
|
||||||
|
|
||||||
-- John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Thu, 13 Sep 2018 09:41:19 +0200
|
-- John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Thu, 13 Sep 2018 09:41:19 +0200
|
||||||
|
|
||||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -548,7 +548,7 @@ Section: libdevel
|
|||||||
Architecture: any
|
Architecture: any
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Depends: libc++1-7 (= ${binary:Version}), ${misc:Depends}
|
Depends: libc++1-7 (= ${binary:Version}), ${misc:Depends}
|
||||||
Provides: libstdc++-dev, libc++-dev
|
Provides: libc++-dev
|
||||||
Breaks: libc++-dev (<< 7~+rc1-1~exp1)
|
Breaks: libc++-dev (<< 7~+rc1-1~exp1)
|
||||||
Replaces: libc++-dev (<< 7~+rc1-1~exp1)
|
Replaces: libc++-dev (<< 7~+rc1-1~exp1)
|
||||||
Description: LLVM C++ Standard library (development files)
|
Description: LLVM C++ Standard library (development files)
|
||||||
|
Loading…
Reference in New Issue
Block a user