diff --git a/debian/changelog b/debian/changelog index ad9e2905..ab96f875 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Tue, 09 Oct 2018 10:50:17 +0200 + -- Sylvestre Ledru Sat, 06 Oct 2018 23:04:24 +0200 llvm-toolchain-7 (1:7-5) unstable; urgency=medium diff --git a/debian/control b/debian/control index 88bb4984..2506cf57 100644 --- a/debian/control +++ b/debian/control @@ -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