mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-13 23:28:50 +00:00
python-clang-8: missing dependency on libclang-8-dev (Closes: #941890)
This commit is contained in:
parent
52674fcdb8
commit
435a786b59
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -2,6 +2,8 @@ llvm-toolchain-8 (1:8.0.1-4) unstable; urgency=medium
|
|||||||
|
|
||||||
* Add clangd-X => libclang-common-X-dev dependency
|
* Add clangd-X => libclang-common-X-dev dependency
|
||||||
See https://bugs.llvm.org/show_bug.cgi?id=43152
|
See https://bugs.llvm.org/show_bug.cgi?id=43152
|
||||||
|
* python-clang-8: missing dependency on libclang-8-dev
|
||||||
|
(Closes: #941890)
|
||||||
|
|
||||||
-- Sylvestre Ledru <sylvestre@debian.org> Thu, 29 Aug 2019 09:42:41 +0200
|
-- Sylvestre Ledru <sylvestre@debian.org> Thu, 29 Aug 2019 09:42:41 +0200
|
||||||
|
|
||||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -192,7 +192,7 @@ Description: Library for coverage-guided fuzz testing
|
|||||||
Package: python-clang-8
|
Package: python-clang-8
|
||||||
Section: python
|
Section: python
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, python3
|
Depends: ${shlibs:Depends}, ${misc:Depends}, python3, libclang-8-dev
|
||||||
Replaces: python-clang-x.y
|
Replaces: python-clang-x.y
|
||||||
Conflicts: python-clang-x.y
|
Conflicts: python-clang-x.y
|
||||||
Provides: python-clang-x.y
|
Provides: python-clang-x.y
|
||||||
|
Loading…
Reference in New Issue
Block a user