diff --git a/debian/changelog b/debian/changelog index 676dabf4..11d600b3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 16 Nov 2015 10:37:59 +0100 + -- Sylvestre Ledru Wed, 18 Nov 2015 10:01:18 +0100 llvm-toolchain-3.7 (1:3.7-4) unstable; urgency=medium diff --git a/debian/control b/debian/control index e7a03cb7..d8216417 100644 --- a/debian/control +++ b/debian/control @@ -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