fix the last issues before upload

This commit is contained in:
Sylvestre Ledru 2013-04-21 11:03:47 +00:00
parent 782dc3fe9b
commit 1d2a025d4c
3 changed files with 10 additions and 1 deletions

2
debian/changelog vendored
View File

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

View 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
View File

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