Also make clang-3.5 breaks/replaces clang. Conflicts on

/usr/share/clang/scan-view/ScanView.py (Closes: #730266)
This commit is contained in:
Sylvestre Ledru 2014-01-19 15:26:01 +00:00
parent fd189bea24
commit b32315ae5d
2 changed files with 4 additions and 2 deletions

2
debian/changelog vendored
View File

@ -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 <sylvestre@debian.org> Wed, 15 Jan 2014 15:08:03 +0100

4
debian/control vendored
View File

@ -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