From a6d47ade4522b39f56bba5a407c647247917c983 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Thu, 16 Aug 2018 21:07:43 +0200 Subject: [PATCH] improve the deps --- debian/control | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index 49c609a1..88e37c51 100644 --- a/debian/control +++ b/debian/control @@ -495,8 +495,8 @@ Package: libomp5-7 Multi-Arch: same Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Replaces: libomp5 (<= 6.0.1-1) -Breaks: libomp5 (<= 6.0.1-1) +Replaces: libomp5 (<< 7~+rc1-1~exp1) +Breaks: libomp5 (<< 7~+rc1-1~exp1) Provides: libomp5 # TODO add the break depends Description: LLVM OpenMP runtime @@ -526,8 +526,8 @@ Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} Suggests: clang -Replaces: libc++1 -Breaks: libc++1 +Replaces: libc++1 (<< 7~+rc1-1~exp1) +Breaks: libc++1 (<< 7~+rc1-1~exp1) Provides: libc++1 Description: LLVM C++ Standard library libc++ is another implementation of the C++ standard library.