make clang-3.3 also conflict against the 3.4 version

This commit is contained in:
Sylvestre Ledru 2013-06-07 13:20:23 +00:00
parent 7f0c04dac7
commit 4db89d419b

4
debian/control vendored
View File

@ -24,8 +24,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs},
libclang1-3.3 (= ${binary:Version})
Provides: c-compiler, objc-compiler, c++-compiler
Recommends: llvm-3.3-dev, python
Replaces: clang (<< 1:3.3), clang-3.1, clang-3.2, compiler-rt
Breaks: clang (<< 1:3.3), clang-3.1, clang-3.2, compiler-rt
Replaces: clang (<< 1:3.3), clang-3.1, clang-3.2, clang-3.4, compiler-rt
Breaks: clang (<< 1:3.3), clang-3.1, clang-3.2, 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. Some of its goals include the following: