mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-13 10:40:59 +00:00
fix the last issues before upload
This commit is contained in:
parent
782dc3fe9b
commit
1d2a025d4c
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -1,4 +1,4 @@
|
||||
llvm-toolchain-snapshot (1:3.3~svn177638-1~exp1) experimental; urgency=low
|
||||
llvm-toolchain-snapshot (1:3.3~svn179851-1~exp1) experimental; urgency=low
|
||||
|
||||
* Draft of a snapshot release (3.3)
|
||||
* Enable r600 experimental backend
|
||||
|
2
debian/libclang-common-dev.lintian-overrides
vendored
Normal file
2
debian/libclang-common-dev.lintian-overrides
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
# It is providing kind of a libc remplacement
|
||||
libclang-common-dev: missing-dependency-on-libc needed by usr/lib/llvm-3.3/lib/libprofile_rt.so
|
7
debian/rules
vendored
7
debian/rules
vendored
@ -205,6 +205,13 @@ override_dh_strip:
|
||||
override_dh_shlibdeps:
|
||||
LD_LIBRARY_PATH=$$LD_LIBRARY_PATH:$(CURDIR)/debian/tmp/usr/lib/llvm-$(LLVM_VERSION)/lib/ dh_shlibdeps
|
||||
|
||||
override_dh_installdeb:
|
||||
# Managed by the package
|
||||
dh_installdeb -a
|
||||
|
||||
rm -f $(CURDIR)/debian/lldb-$(LLVM_VERSION)/usr/lib/python*/dist-packages/lldb/__init__.pyc
|
||||
|
||||
|
||||
override_dh_auto_test:
|
||||
# LLVM tests
|
||||
$(MAKE) -C $(TARGET_BUILD) check || true
|
||||
|
Loading…
Reference in New Issue
Block a user