adjust the dep for Debian

This commit is contained in:
Sylvestre Ledru 2021-04-15 13:36:45 +02:00
parent a633fd02be
commit 6a86b64534
2 changed files with 5 additions and 5 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
llvm-toolchain-12 (1:12.0.0-3) UNRELEASED; urgency=medium
llvm-toolchain-12 (1:12.0.0-2) UNRELEASED; urgency=medium
[ Matthias Klose ]
* Improve the clean rule

8
debian/control vendored
View File

@ -36,8 +36,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs},
Provides: c-compiler, objc-compiler, c++-compiler
Recommends: llvm-12-dev, python3, libomp-12-dev
Suggests: clang-12-doc
Breaks: llvm-12-dev (<< 1:12.0.0~++rc5-1ubuntu1)
Replaces: llvm-12-dev (<< 1:12.0.0~++rc5-1ubuntu1)
Breaks: llvm-12-dev (<< 1:12.0.0-2)
Replaces: llvm-12-dev (<< 1:12.0.0-2)
Description: C, C++ and Objective-C compiler
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
@ -285,8 +285,8 @@ Description: Modular compiler and toolchain technologies, runtime library
Package: llvm-12-linker-tools
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Breaks: llvm-12-dev (<< 1:12.0.0~++rc5-1ubuntu2), clang-12 (<< 1:12.0.0~++rc5-1ubuntu2)
Replaces: llvm-12-dev (<< 1:12.0.0~++rc5-1ubuntu2), clang-12 (<< 1:12.0.0~++rc5-1ubuntu2)
Breaks: llvm-12-dev (<< 1:12.0.0-2), clang-12 (<< 1:12.0.0-2)
Replaces: llvm-12-dev (<< 1:12.0.0-2), clang-12 (<< 1:12.0.0-2)
Description: Modular compiler and toolchain technologies - Plugins
LLVM is a collection of libraries and tools that make it easy to build
compilers, optimizers, just-in-time code generators, and many other