* Fix the incorrect symlink to scan-build-py (Closes: #856869)

* Try to ignore also libclang_rt.asan-*.so for the dep generation
  (Closes: #854965)
This commit is contained in:
Sylvestre Ledru 2017-03-12 12:42:10 +00:00
parent bc8995510b
commit 424a2b9279
2 changed files with 9 additions and 1 deletions

8
debian/changelog vendored
View File

@ -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 <sylvestre@debian.org> Sun, 12 Mar 2017 10:01:46 +0100
llvm-toolchain-4.0 (1:4.0-1) unstable; urgency=medium
* New upstream release

2
debian/rules vendored
View File

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