From bfc4bdac0b694b9e158febb6703ece1614f1643e Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 2 Jul 2016 15:15:22 +0000 Subject: [PATCH] ignore the json lintian warning --- debian/changelog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 7182c705..df6bc912 100644 --- a/debian/changelog +++ b/debian/changelog @@ -21,6 +21,8 @@ llvm-toolchain-snapshot (1:3.9~svn274438-1) unstable; urgency=medium https://llvm.org/bugs/show_bug.cgi?id=28127 * Add -gsplit-dwarf to CXXFLAGS to workaround the memory allocation issue on i386 + * Ignore the lintian override about embedded-library for json. + Doesn't link otherwise [ Pablo Oliveira ] * Add python-six as a dependency of python-lldb (Closes: #825371)