mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-12 01:34:58 +00:00
* New snapshot release
* Fix clang-modernize detection of clang-apply-replacements (Closes: #791607) * Priority extra for liblldb-3.7-dbg * clang-tidy-3.7 depends on python
This commit is contained in:
parent
b501324960
commit
2b4de06ab8
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,9 +1,13 @@
|
|||||||
llvm-toolchain-3.7 (1:3.7-5) UNRELEASED; urgency=medium
|
llvm-toolchain-3.7 (1:3.7.1~+rc1-1~exp1) experimental; urgency=medium
|
||||||
|
|
||||||
|
* New snapshot release
|
||||||
* Also install run-clang-tidy.py & clang-tidy-diff.py (also installed in
|
* Also install run-clang-tidy.py & clang-tidy-diff.py (also installed in
|
||||||
usr/bin/ as run-clang-tidy-3.7.py & clang-tidy-diff-3.7.py)
|
usr/bin/ as run-clang-tidy-3.7.py & clang-tidy-diff-3.7.py)
|
||||||
|
* Fix clang-modernize detection of clang-apply-replacements (Closes: #791607)
|
||||||
|
* Priority extra for liblldb-3.7-dbg
|
||||||
|
* clang-tidy-3.7 depends on python
|
||||||
|
|
||||||
-- Sylvestre Ledru <sylvestre@debian.org> Mon, 16 Nov 2015 10:37:59 +0100
|
-- Sylvestre Ledru <sylvestre@debian.org> Wed, 18 Nov 2015 10:01:18 +0100
|
||||||
|
|
||||||
llvm-toolchain-3.7 (1:3.7-4) unstable; urgency=medium
|
llvm-toolchain-3.7 (1:3.7-4) unstable; urgency=medium
|
||||||
|
|
||||||
|
3
debian/control
vendored
3
debian/control
vendored
@ -87,7 +87,7 @@ 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}, python
|
||||||
Replaces: clang-3.7 (<< 1:3.7-3)
|
Replaces: clang-3.7 (<< 1:3.7-3)
|
||||||
Breaks: 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
|
||||||
@ -424,6 +424,7 @@ Architecture: amd64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 s390 sparc hp
|
|||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, liblldb-3.7 (= ${binary:Version})
|
Depends: ${shlibs:Depends}, ${misc:Depends}, liblldb-3.7 (= ${binary:Version})
|
||||||
Pre-Depends: ${misc:Pre-Depends}
|
Pre-Depends: ${misc:Pre-Depends}
|
||||||
Section: debug
|
Section: debug
|
||||||
|
Priority: extra
|
||||||
Description: Next generation, high-performance debugger, debugging libraries
|
Description: Next generation, high-performance debugger, debugging libraries
|
||||||
LLDB is a next generation, high-performance debugger. It is built as a set of
|
LLDB is a next generation, high-performance debugger. It is built as a set of
|
||||||
reusable components which highly leverage existing libraries in the larger LLVM
|
reusable components which highly leverage existing libraries in the larger LLVM
|
||||||
|
Loading…
Reference in New Issue
Block a user