mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-21 19:56:30 +00:00
libc++-7-dev should depend on libc++-7-helpers (and not libc++-helpers)
This commit is contained in:
parent
747013fdbb
commit
fdf27d7caa
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -3,6 +3,8 @@ llvm-toolchain-7 (1:7~+rc1-1~exp2) experimental; urgency=medium
|
||||
* Disable force-gcc-header-obj.diff as it is introducing
|
||||
some regressions in the search headers
|
||||
(Closes: #903709)
|
||||
* libc++-7-dev should depend on libc++-7-helpers (and not
|
||||
libc++-helpers)
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Wed, 15 Aug 2018 15:27:57 +0200
|
||||
|
||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -546,7 +546,7 @@ Package: libc++-7-dev
|
||||
Section: libdevel
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Depends: libc++1-7 (= ${binary:Version}), ${misc:Depends}, libc++-helpers
|
||||
Depends: libc++1-7 (= ${binary:Version}), ${misc:Depends}, libc++-7-helpers
|
||||
Provides: libstdc++-dev, libc++-dev
|
||||
Breaks: libc++-dev
|
||||
Replaces: libc++-dev
|
||||
|
Loading…
Reference in New Issue
Block a user