From 4db178613d13612dccfa1738a11fadc5f821c88a Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 27 Oct 2015 12:51:46 +0000 Subject: [PATCH] Fix the dep on clang --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 1392c4f7..dbff9247 100644 --- a/debian/control +++ b/debian/control @@ -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