mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-12 12:48:45 +00:00
* 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:
parent
bc8995510b
commit
424a2b9279
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -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
2
debian/rules
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user