From 6a86b64534f92cb27d4a49e820d219f369435de4 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Thu, 15 Apr 2021 13:36:45 +0200 Subject: [PATCH] adjust the dep for Debian --- debian/changelog | 2 +- debian/control | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 93d48145..3a4cf848 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 diff --git a/debian/control b/debian/control index c7823d5f..b3c1df79 100644 --- a/debian/control +++ b/debian/control @@ -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