mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2026-02-01 18:05:51 +00:00
Add python-pygments as dep of llvm-7-tools because opt-viewer.py needs it
This commit is contained in:
parent
396b6bf1eb
commit
8b2eb31519
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
llvm-toolchain-7 (1:7-6) UNRELEASED; urgency=medium
|
||||
|
||||
* Add python-pygments as dep of llvm-7-tools because
|
||||
opt-viewer.py needs it
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Sat, 06 Oct 2018 23:04:24 +0200
|
||||
|
||||
llvm-toolchain-7 (1:7-5) unstable; urgency=medium
|
||||
|
||||
* In debci, run qualify-clang.sh in verbose mode
|
||||
|
||||
2
debian/control
vendored
2
debian/control
vendored
@ -294,7 +294,7 @@ Description: Modular compiler and toolchain technologies, libraries and headers
|
||||
Package: llvm-7-tools
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, python,
|
||||
llvm-7-dev (= ${binary:Version})
|
||||
llvm-7-dev (= ${binary:Version}), python-pygments
|
||||
Description: Modular compiler and toolchain technologies, tools
|
||||
LLVM is a collection of libraries and tools that make it easy to build
|
||||
compilers, optimizers, just-in-time code generators, and many other
|
||||
|
||||
Loading…
Reference in New Issue
Block a user