diff --git a/debian/changelog b/debian/changelog index 8c77091f..b9f8a337 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ llvm-toolchain-7 (1:7~+rc1-1~exp2) experimental; urgency=medium * Disable force-gcc-header-obj.diff as it is introducing some regressions in the search headers (Closes: #903709) + * libc++-7-dev should depend on libc++-7-helpers (and not + libc++-helpers) -- Sylvestre Ledru Wed, 15 Aug 2018 15:27:57 +0200 diff --git a/debian/control b/debian/control index fe8ae87d..a02649a7 100644 --- a/debian/control +++ b/debian/control @@ -546,7 +546,7 @@ Package: libc++-7-dev Section: libdevel Architecture: any Multi-Arch: same -Depends: libc++1-7 (= ${binary:Version}), ${misc:Depends}, libc++-helpers +Depends: libc++1-7 (= ${binary:Version}), ${misc:Depends}, libc++-7-helpers Provides: libstdc++-dev, libc++-dev Breaks: libc++-dev Replaces: libc++-dev