mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2026-01-04 20:58:59 +00:00
Introduce python3-clang-9
This commit is contained in:
parent
49aed04be5
commit
9958e77a41
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
llvm-toolchain-9 (1:9.0.1-3) unstable; urgency=medium
|
||||
|
||||
* Introduce python3-clang-9
|
||||
|
||||
--
|
||||
|
||||
llvm-toolchain-9 (1:9.0.1-2) unstable; urgency=medium
|
||||
|
||||
[ James Clarke ]
|
||||
|
||||
13
debian/control
vendored
13
debian/control
vendored
@ -218,13 +218,14 @@ Description: Library for coverage-guided fuzz testing
|
||||
instrumentation.
|
||||
|
||||
|
||||
Package: python-clang-9
|
||||
Package: python3-clang-9
|
||||
Section: python
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, python3, libclang-9-dev
|
||||
Replaces: python-clang-x.y
|
||||
Replaces: python-clang-x.y, python-clang-9 (<< 1:9.0.1-3)
|
||||
Conflicts: python-clang-x.y
|
||||
Provides: python-clang-x.y
|
||||
Breaks: python-clang-9 (<< 1:9.0.1-3)
|
||||
Description: Clang Python Bindings
|
||||
Clang project is a C, C++, Objective C and Objective C++ front-end
|
||||
based on the LLVM compiler. Its goal is to offer a replacement to the
|
||||
@ -235,6 +236,14 @@ Description: Clang Python Bindings
|
||||
.
|
||||
This binding package provides access to the Clang compiler and libraries.
|
||||
|
||||
Package: python-clang-9
|
||||
Depends: python3-clang-9, ${misc:Depends}
|
||||
Architecture: any
|
||||
Priority: optional
|
||||
Section: oldlibs
|
||||
Description: transitional package to python3-clang-9
|
||||
This is a transitional package. It can safely be removed.
|
||||
|
||||
|
||||
Package: clang-9-examples
|
||||
Architecture: any
|
||||
|
||||
Loading…
Reference in New Issue
Block a user