From 424a2b927914f720a384ab00fd2b5e9d6cbf4a3c Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 12 Mar 2017 12:42:10 +0000 Subject: [PATCH] * Fix the incorrect symlink to scan-build-py (Closes: #856869) * Try to ignore also libclang_rt.asan-*.so for the dep generation (Closes: #854965) --- debian/changelog | 8 ++++++++ debian/rules | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e93b51c6..85f7da29 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +llvm-toolchain-4.0 (1:4.0-2) unstable; urgency=medium + + * Fix the incorrect symlink to scan-build-py (Closes: #856869) + * Try to ignore also libclang_rt.asan-*.so for the dep generation + (Closes: #854965) + + -- Sylvestre Ledru Sun, 12 Mar 2017 10:01:46 +0100 + llvm-toolchain-4.0 (1:4.0-1) unstable; urgency=medium * New upstream release diff --git a/debian/rules b/debian/rules index 42c56577..45906496 100755 --- a/debian/rules +++ b/debian/rules @@ -427,7 +427,7 @@ override_dh_auto_install: override_dh_shlibdeps: # Ignore asan libraries. They would trigger dependencies to multiarch libraries - dh_shlibdeps -l$(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/lib/ -Xlibclang_rt.asan -Xlibclang_rt.asan + dh_shlibdeps -l$(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/lib/ -Xlibclang_rt.asan -Xlibclang_rt.asan -Xlibclang_rt.asan-*.so -Xlibclang_rt.asan-*.so override_dh_installman: dh_installman