From 42fe1e65a17674f2916a2e1994cef905a68c069d Mon Sep 17 00:00:00 2001 From: Reshabh Sharma Date: Tue, 28 Aug 2018 17:43:34 +0530 Subject: [PATCH] Updated versions for breaks/replaces for left out OpenMP and libc++ packages --- debian/changelog | 3 +++ debian/control | 12 ++++++------ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index b9300adc..961eafc7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,9 @@ llvm-toolchain-7 (1:7~+rc2-1~exp3) experimental; urgency=medium * Enable lld on arm64, mips64el * Enable lldb on mips64el + [ Reshabh Sharma ] + * Added version for libc++ and OpenMP packages breaks/replaces + -- Sylvestre Ledru Sun, 26 Aug 2018 14:00:14 +0200 llvm-toolchain-7 (1:7~+rc2-1~exp2) experimental; urgency=medium diff --git a/debian/control b/debian/control index 92821b6b..1b8283ad 100644 --- a/debian/control +++ b/debian/control @@ -484,8 +484,8 @@ Section: libdevel Architecture: any Depends: libomp5-7 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} Suggests: libomp-7-doc -Replaces: libiomp-dev (<< 3.7-1), libomp-dev -Breaks: libiomp-dev (<< 3.7-1), libomp-dev +Replaces: libiomp-dev (<< 3.7-1), libomp-dev (<< 7~+rc1-1~exp1) +Breaks: libiomp-dev (<< 3.7-1), libomp-dev (<< 7~+rc1-1~exp1) Provides: libomp-dev Description: LLVM OpenMP runtime - dev package The runtime is the part of the OpenMP implementation that your code is @@ -572,9 +572,9 @@ Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} -Breaks: libc++abi1 +Breaks: libc++abi1 (<< 7~+rc1-1~exp1) Provides: libc++abi1 -Replaces: libc++abi1 +Replaces: libc++abi1 (<< 7~+rc1-1~exp1) Description: LLVM low level support for a standard C++ library libc++abi is another implementation of low level support for a standard C++ library. @@ -605,9 +605,9 @@ Package: libc++-7-helpers Architecture: all Multi-Arch: foreign Depends: ${misc:Depends} -Breaks: libc++-helpers +Breaks: libc++-helpers (<< 7~+rc1-1~exp1) Provides: libc++-helpers -Replaces: libc++-helpers +Replaces: libc++-helpers (<< 7~+rc1-1~exp1) Description: LLVM C++ Standard library - build helpers libc++ is another implementation of the C++ standard library .