* r600 is now compiled by default (remove the configure arg)

* Also add usr/lib/llvm-3.4/lib/clang/3.4/include => 
  usr/lib/clang/3.4/include symlink to simplify the path detection
This commit is contained in:
Sylvestre Ledru 2013-12-03 11:53:29 +00:00
parent f99661f624
commit 7543629b39
4 changed files with 7 additions and 8 deletions

9
debian/changelog vendored
View File

@ -1,13 +1,8 @@
llvm-toolchain-3.4 (1:3.4~+rc2-2) UNRELEASED; urgency=low
* r600 is now compiled by default
-- Sylvestre Ledru <sylvestre@debian.org> Tue, 03 Dec 2013 12:01:17 +0100
llvm-toolchain-3.4 (1:3.4~+rc2-1) unstable; urgency=low llvm-toolchain-3.4 (1:3.4~+rc2-1) unstable; urgency=low
* New testing upstream release * New testing upstream release
* 0047-version-name.diff ocamldoc.diff removed (applied upstream) * 0047-version-name.diff ocamldoc.diff removed (applied upstream)
* r600 is now compiled by default (remove the configure arg)
-- Sylvestre Ledru <sylvestre@debian.org> Tue, 03 Dec 2013 10:25:59 +0100 -- Sylvestre Ledru <sylvestre@debian.org> Tue, 03 Dec 2013 10:25:59 +0100
@ -34,6 +29,8 @@ llvm-toolchain-3.4 (1:3.4~+rc1-3) unstable; urgency=low
* If we get an unexpected pass, do not break the tests * If we get an unexpected pass, do not break the tests
do-not-fail-on-unexpected-pass.diff (I am disabling some tests) do-not-fail-on-unexpected-pass.diff (I am disabling some tests)
* Fix the path detection of the objective h headers. * Fix the path detection of the objective h headers.
* Also add usr/lib/llvm-3.4/lib/clang/3.4/include =>
usr/lib/clang/3.4/include symlink to simplify the path detection
-- Sylvestre Ledru <sylvestre@debian.org> Sun, 01 Dec 2013 17:49:46 +0100 -- Sylvestre Ledru <sylvestre@debian.org> Sun, 01 Dec 2013 17:49:46 +0100

View File

@ -1,2 +1,3 @@
usr/lib/llvm-3.4/lib/clang/3.4/include usr/include/clang/3.4/include usr/lib/llvm-3.4/lib/clang/3.4/include usr/include/clang/3.4/include
usr/lib/llvm-3.4/lib/clang/3.4/lib /usr/lib/clang/3.4/lib usr/lib/llvm-3.4/lib/clang/3.4/include usr/lib/clang/3.4/include
usr/lib/llvm-3.4/lib/clang/3.4/lib usr/lib/clang/3.4/lib

View File

@ -31,3 +31,4 @@ include-target.diff
debian-mips64-n32-multiarch.diff debian-mips64-n32-multiarch.diff
force-gcc-header-obj.diff force-gcc-header-obj.diff
do-not-fail-on-unexpected-pass.diff

2
debian/rules vendored
View File

@ -312,7 +312,7 @@ override_dh_installdeb:
rm -f $(CURDIR)/debian/lldb-$(LLVM_VERSION)/usr/lib/python*/dist-packages/lldb/__init__.pyc rm -f $(CURDIR)/debian/lldb-$(LLVM_VERSION)/usr/lib/python*/dist-packages/lldb/__init__.pyc
rm -f $(CURDIR)/debian/clang-$(LLVM_VERSION)-examples/usr/share/doc/clang-$(LLVM_VERSION)-examples/examples/*Make* rm -f $(CURDIR)/debian/clang-$(LLVM_VERSION)-examples/usr/share/doc/clang-$(LLVM_VERSION)-examples/examples/*Make*
rm $(CURDIR)//debian/llvm-$(LLVM_VERSION)-dev/usr/lib/llvm-$(LLVM_VERSION)/build/autoconf/LICENSE.TXT rm -f $(CURDIR)//debian/llvm-$(LLVM_VERSION)-dev/usr/lib/llvm-$(LLVM_VERSION)/build/autoconf/LICENSE.TXT