From e3d9aac785f4fbca32881f527182b09d5e35101c Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 10 Apr 2017 18:50:32 +0000 Subject: [PATCH] Add libncurses5-dev as part of the build dep (needed now for lldb) --- debian/changelog | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7979d3ef..08132f29 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,3 @@ -llvm-toolchain-snapshot (1:5.0~svn299842-1~exp1) experimental; urgency=medium - - * New snapshot release - - -- Sylvestre Ledru Mon, 10 Apr 2017 14:10:31 +0200 - llvm-toolchain-snapshot (1:5.0~svn298832-1~exp1) experimental; urgency=medium * Explicit the dep of clang-tidy on same version of llvm to avoid @@ -14,6 +8,7 @@ llvm-toolchain-snapshot (1:5.0~svn298832-1~exp1) experimental; urgency=medium * Add override_dh_makeshlibs for the libllvm or liblldb versions Thanks to Julien Cristau for the patch * Fix the symlink on scan-build-py + * Add libncurses5-dev as part of the build dep (needed now for lldb) [ Rebecca N. Palmer ] * Use versioned symbols (Closes: #848368)