Fix the dep on clang

This commit is contained in:
Sylvestre Ledru 2015-10-27 12:51:46 +00:00
parent 45ce8cc44e
commit 4db178613d

4
debian/control vendored
View File

@ -74,8 +74,8 @@ Description: Tool to convert C++98 and C++03 code to C++11
Package: clang-tidy-3.8
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: clang-modernize-3.8, clang-3.8 (<< 1:3.8~svn247576-2)
Breaks: clang-modernize-3.8, clang-3.8 (<< 1:3.8~svn247576-2)
Replaces: clang-modernize-3.8, clang-3.8 (<< 1:3.8~svn250696-1)
Breaks: clang-modernize-3.8, clang-3.8 (<< 1:3.8~svn250696-1)
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