From d235400007f44ff568e34a07d10f59979ca03780 Mon Sep 17 00:00:00 2001 From: Reshabh Sharma Date: Fri, 31 Aug 2018 13:51:07 +0530 Subject: [PATCH] fixed breaks/replace for libc++-7-dev --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 59980b0a..73a988ad 100644 --- a/debian/control +++ b/debian/control @@ -549,8 +549,8 @@ Architecture: any Multi-Arch: same Depends: libc++1-7 (= ${binary:Version}), ${misc:Depends}, libc++-7-helpers (= ${source:Version}) Provides: libstdc++-dev, libc++-dev -Breaks: libc++-dev -Replaces: libc++-dev +Breaks: libc++-dev (<< 7~+rc1-1~exp1) +Replaces: libc++-dev (<< 7~+rc1-1~exp1) Description: LLVM C++ Standard library (development files) libc++ is another implementation of the C++ standard library .