Fix an upgrade issue with /usr/lib/llvm-3.2/lib/libprofile_rt.so which was present in llvm-3.2-dev and now libclang-common-dev

This commit is contained in:
Sylvestre Ledru 2013-02-09 10:24:10 +00:00
parent ac25636ecc
commit 0fe7c43134
3 changed files with 5 additions and 3 deletions

4
debian/control vendored
View File

@ -173,7 +173,9 @@ Package: libclang-dev
Architecture: any
Section: libdevel
Depends: ${shlibs:Depends}, ${misc:Depends}, libstdc++6-4.7-dev,
libclang1 (= ${binary:Version}), libclang-common-dev
libclang1 (= ${binary:Version}), libclang-common-dev (= ${binary:Version})
Replaces: llvm-3.2-dev (<< 3.2-2repack)
Breaks: llvm-3.2-dev (<< 3.2-2repack)
Description: clang library - Development package
Clang project is a C, C++, Objective C and Objective C++ front-end
for the LLVM compiler. Some of its goals include the following:

View File

@ -2,3 +2,5 @@ usr/lib/llvm-3.2/lib/clang/3.2/include
#usr/lib/clang/3.2/include/ /usr/include/clang/3.2/
usr/lib/llvm-3.2/lib/clang/3.2/lib
#usr/lib/clang/3.2/lib /usr/lib/clang/3.2/
usr/lib/llvm-3.2/lib/libprofile_rt.so
usr/lib/llvm-3.2/lib/libprofile_rt.a

View File

@ -3,8 +3,6 @@ usr/lib/llvm-3.2/include/clang-c
#usr/include/clang /usr/include/
#usr/include/clang-c /usr/include/
usr/lib/llvm-3.2/lib/libclang.so
usr/lib/llvm-3.2/lib/libprofile_rt.so
usr/lib/llvm-3.2/lib/libprofile_rt.a
#usr/lib/libclang.so /usr/lib/
usr/lib/llvm-3.2/lib/libclang*a
#usr/lib/libclang*a /usr/lib/