* Really fix "use versioned symbols" for llvm

Thanks to Julien Cristau for the patch (Closes: #849098)
* Prepare version 4.0.1
* Tolerate if ocaml failed
* Just like with snapshot, add libncurses in the list of build deps
  (Closes: #861170)
This commit is contained in:
Sylvestre Ledru 2017-04-25 15:07:32 +00:00
parent 14e4200bcc
commit 4cb6852be1
2 changed files with 14 additions and 2 deletions

11
debian/changelog vendored
View File

@ -1,5 +1,16 @@
llvm-toolchain-snapshot (1:5.0~svn298832-1~exp3) UNRELEASED; urgency=medium
* Really fix "use versioned symbols" for llvm
Thanks to Julien Cristau for the patch (Closes: #849098)
* Prepare version 4.0.1
* Tolerate if ocaml failed
* Just like with snapshot, add libncurses in the list of build deps
(Closes: #861170)
-- Sylvestre Ledru <sylvestre@debian.org> Tue, 25 Apr 2017 13:32:25 +0200
llvm-toolchain-snapshot (1:5.0~svn298832-1~exp2) unstable; urgency=medium
* Limit the archs where the ocaml binding is built
Should fix the FTBFS
Currently amd64 arm64 armel armhf i386

5
debian/rules vendored
View File

@ -447,9 +447,10 @@ override_dh_auto_install:
override_dh_makeshlibs:
dh_makeshlibs
dh_makeshlibs -plibclang$(SONAME_EXT)-$(LLVM_VERSION) -V"libclang$(SONAME_EXT)-$(LLVM_VERSION) (>= 1:5.0~svn298832-1~)"
dh_makeshlibs -pliblldb-$(LLVM_VERSION) -V"liblldb-$(LLVM_VERSION) (>= 1:5.0~svn298832-1~~)"
dh_makeshlibs -pliblldb-$(LLVM_VERSION) -V"liblldb-$(LLVM_VERSION) (>= 1:5.0~svn298832-1~)"
dh_makeshlibs -plibllvm-$(LLVM_VERSION) -V"libllvm-$(LLVM_VERSION) (>= 1:5.0~svn298832-1~)"
dh_makeshlibs --remaining-packages
override_dh_shlibdeps:
# Ignore asan libraries. They would trigger dependencies to multiarch libraries