mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-15 10:24:35 +00:00
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:
parent
3b086bf461
commit
07f9787406
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -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
|
llvm-toolchain-3.7 (1:3.7-3) unstable; urgency=medium
|
||||||
|
|
||||||
* Update compiler-rt to simplify the port to Ubuntu precise
|
* Update compiler-rt to simplify the port to Ubuntu precise
|
||||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -88,6 +88,8 @@ Description: Tool to convert C++98 and C++03 code to C++11
|
|||||||
Package: clang-tidy-3.7
|
Package: clang-tidy-3.7
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
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
|
Description: clang-based C++ linter tool
|
||||||
Provide an extensible framework for diagnosing and fixing typical programming
|
Provide an extensible framework for diagnosing and fixing typical programming
|
||||||
errors, like style violations, interface misuse, or bugs that can be deduced
|
errors, like style violations, interface misuse, or bugs that can be deduced
|
||||||
|
Loading…
Reference in New Issue
Block a user