Set the correct conflicts on python-clang-3.8 (Closes: #817872)

This commit is contained in:
Sylvestre Ledru 2016-03-13 10:27:23 +00:00
parent aba896fdc9
commit 914af8e26f
2 changed files with 3 additions and 2 deletions

1
debian/changelog vendored
View File

@ -4,6 +4,7 @@ llvm-toolchain-snapshot (1:3.9~svn260851-2) UNRELEASED; urgency=medium
* Bring back the removal of the build dir * Bring back the removal of the build dir
* Fix the coverage builds (didn't allow several cflags) * Fix the coverage builds (didn't allow several cflags)
* Set the correct conflicts on python-lldb-3.8 (Closes: #817873) * Set the correct conflicts on python-lldb-3.8 (Closes: #817873)
* Set the correct conflicts on python-clang-3.8 (Closes: #817872)
-- Sylvestre Ledru <sylvestre@debian.org> Wed, 09 Mar 2016 19:30:30 +0100 -- Sylvestre Ledru <sylvestre@debian.org> Wed, 09 Mar 2016 19:30:30 +0100

4
debian/control vendored
View File

@ -160,8 +160,8 @@ Package: python-clang-3.9
Section: python Section: python
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, python Depends: ${shlibs:Depends}, ${misc:Depends}, python
Replaces: python-clang-3.3, python-clang-3.4, python-clang-3.5, python-clang-3.6, python-clang-3.7 Replaces: python-clang-3.3, python-clang-3.4, python-clang-3.5, python-clang-3.6, python-clang-3.7, python-clang-3.8
Breaks: python-clang-3.3, python-clang-3.4, python-clang-3.5, python-clang-3.6, python-clang-3.7 Breaks: python-clang-3.3, python-clang-3.4, python-clang-3.5, python-clang-3.6, python-clang-3.7, python-clang-3.8
Description: Clang Python Bindings Description: Clang Python Bindings
Clang project is a C, C++, Objective C and Objective C++ front-end 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 for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler