From 8b2eb3151901443ca80eda49e15f90c59beef9c3 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 6 Oct 2018 23:05:03 +0200 Subject: [PATCH] Add python-pygments as dep of llvm-7-tools because opt-viewer.py needs it --- debian/changelog | 7 +++++++ debian/control | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b02f03d6..f71fabc3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 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