mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-11-01 12:33:45 +00:00
libc++-13-dev should depends on libunwind-13-dev (Closes: #995810)
This commit is contained in:
parent
8380a94581
commit
103cb1357c
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
llvm-toolchain-13 (1:13.0.0-3) unstable; urgency=medium
|
||||
|
||||
* libc++-13-dev should depends on libunwind-13-dev
|
||||
(Closes: #995810)
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Wed, 06 Oct 2021 12:52:10 +0200
|
||||
|
||||
llvm-toolchain-13 (1:13.0.0-2) unstable; urgency=medium
|
||||
|
||||
* Fix the libclang detection in cmake
|
||||
|
||||
3
debian/control
vendored
3
debian/control
vendored
@ -624,7 +624,8 @@ Package: libc++-13-dev
|
||||
Section: libdevel
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Depends: libc++1-13 (= ${binary:Version}), ${misc:Depends}
|
||||
Depends: libc++1-13 (= ${binary:Version}), ${misc:Depends},
|
||||
libunwind-13-dev
|
||||
Breaks: libc++-dev (<< 44)
|
||||
Provides: libc++-x.y-dev
|
||||
Conflicts: libc++-x.y-dev
|
||||
|
||||
Loading…
Reference in New Issue
Block a user