diff --git a/debian/changelog b/debian/changelog index 3cf99731..ae3a40ac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ llvm-toolchain-snapshot (1:3.5~svn197556-2) unstable; urgency=low * Update clang-format declaration from 3.4 => 3.5. Closes upstream bug #18451 * Fix the cindex.py declaration (3.3 => 3.5). Closes upstream bug #18365 * Force gcc 4.8. LLVM & Co are now in C++ 11. + * Also make clang-3.5 breaks/replaces clang. Conflicts on + /usr/share/clang/scan-view/ScanView.py (Closes: #730266) -- Sylvestre Ledru Wed, 15 Jan 2014 15:08:03 +0100 diff --git a/debian/control b/debian/control index f5277afd..5d02ecdd 100644 --- a/debian/control +++ b/debian/control @@ -25,8 +25,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs}, libclang1-3.5 (= ${binary:Version}) Provides: c-compiler, objc-compiler, c++-compiler Recommends: llvm-3.5-dev, python -Replaces: clang-3.1, clang-3.2, clang-3.3, clang-3.4, compiler-rt -Breaks: clang-3.1, clang-3.2, clang-3.3, clang-3.4, compiler-rt +Replaces: clang, clang-3.1, clang-3.2, clang-3.3, clang-3.4, compiler-rt +Breaks: clang, clang-3.1, clang-3.2, clang-3.3, clang-3.4, compiler-rt Description: C, C++ and Objective-C compiler (LLVM based) Clang project is a C, C++, Objective C and Objective C++ front-end for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler