* 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:
Sylvestre Ledru 2015-11-18 17:05:59 +00:00
parent b501324960
commit 2b4de06ab8
2 changed files with 8 additions and 3 deletions

8
debian/changelog vendored
View File

@ -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
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

3
debian/control vendored
View File

@ -87,7 +87,7 @@ 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}
Depends: ${shlibs:Depends}, ${misc:Depends}, python
Replaces: clang-3.7 (<< 1:3.7-3)
Breaks: clang-3.7 (<< 1:3.7-3)
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})
Pre-Depends: ${misc:Pre-Depends}
Section: debug
Priority: extra
Description: Next generation, high-performance debugger, debugging libraries
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