Merge branch '7-boostrap' of salsa.debian.org:pkg-llvm-team/llvm-toolchain into 7-boostrap

This commit is contained in:
Sylvestre Ledru 2018-10-09 10:55:17 +02:00
commit d52477a918
2 changed files with 4 additions and 2 deletions

4
debian/changelog vendored
View File

@ -2,8 +2,10 @@ llvm-toolchain-7 (1:7-6) UNRELEASED; urgency=medium
* Try to bootstrap (currently in a different branch)
* Split the builds in different make target
* Add python-pygments as dep of llvm-7-tools because
opt-viewer.py needs it
-- Sylvestre Ledru <sylvestre@debian.org> Tue, 09 Oct 2018 10:50:17 +0200
-- Sylvestre Ledru <sylvestre@debian.org> Sat, 06 Oct 2018 23:04:24 +0200
llvm-toolchain-7 (1:7-5) unstable; urgency=medium

2
debian/control vendored
View File

@ -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