Add a Break/Replaces clang-3.7 (<< 1:3.7-3) from clang-tidy-3.7

to simplify the transition
This commit is contained in:
Sylvestre Ledru 2015-10-20 07:10:45 +00:00
parent 3b086bf461
commit 07f9787406
2 changed files with 9 additions and 0 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
llvm-toolchain-3.7 (1:3.7-4) unstable; urgency=medium
* Add a Break/Replaces clang-3.7 (<< 1:3.7-3) from clang-tidy-3.7
to simplify the transition
--
llvm-toolchain-3.7 (1:3.7-3) unstable; urgency=medium
* Update compiler-rt to simplify the port to Ubuntu precise

2
debian/control vendored
View File

@ -88,6 +88,8 @@ Description: Tool to convert C++98 and C++03 code to C++11
Package: clang-tidy-3.7
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: clang-3.7 (<< 1:3.7-3)
Breaks: clang-3.7 (<< 1:3.7-3)
Description: clang-based C++ linter tool
Provide an extensible framework for diagnosing and fixing typical programming
errors, like style violations, interface misuse, or bugs that can be deduced