mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-10-17 19:58:25 +00:00
Because more and more tools in clang-tools are in python, add the dependency
This commit is contained in:
parent
5a7d283d4e
commit
33b97f7ef0
9
debian/changelog
vendored
9
debian/changelog
vendored
@ -1,6 +1,15 @@
|
||||
llvm-toolchain-7 (1:7.0.1-5) unstable; urgency=medium
|
||||
|
||||
<<<<<<<
|
||||
* Add 'Rules-Requires-Root: no' in debian/control
|
||||
=======
|
||||
* llvm-7-examples: Force the same version of llvm-7-dev to mitigate
|
||||
a debci issue
|
||||
https://ci.debian.net/data/autopkgtest/unstable/amd64/l/llvm-toolchain-7/1635547/log.gz
|
||||
* Add 'Rules-Requires-Root: no' in debian/control
|
||||
* Because more and more tools in clang-tools are in python, add
|
||||
the dependency
|
||||
>>>>>>>
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Fri, 04 Jan 2019 16:00:41 +0100
|
||||
|
||||
|
3
debian/control
vendored
3
debian/control
vendored
@ -44,7 +44,8 @@ Description: C, C++ and Objective-C compiler
|
||||
|
||||
Package: clang-tools-7
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, clang-7 (= ${binary:Version})
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, clang-7 (= ${binary:Version}),
|
||||
python
|
||||
Description: clang-based tools for C/C++ developments
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user