Update the creation of the README to unbreak the mips* FTBFS

This commit is contained in:
Sylvestre Ledru 2018-01-23 07:58:47 +00:00
parent 2289f79fe8
commit 6866255103
2 changed files with 8 additions and 0 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
llvm-toolchain-snapshot (1:7~svn322880-2) unstable; urgency=medium
* Update the creation of the README to unbreak the mips* FTBFS
-- Sylvestre Ledru <sylvestre@debian.org> Tue, 23 Jan 2018 08:58:40 +0100
llvm-toolchain-snapshot (1:7~svn322880-1) unstable; urgency=medium
* Change the versioning from X.Y to X as upstream is using

2
debian/rules vendored
View File

@ -388,6 +388,8 @@ endif
# a fake txt to make sure it doesn't fail
echo "The *.txt files, if available, contain helper to override some of the errors messages." > $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/lib/clang/$(LLVM_VERSION_FULL)/README.txt
echo "Please visit https://github.com/google/sanitizers/wiki/AddressSanitizer for help" >> $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/lib/clang/$(LLVM_VERSION_FULL)/README.txt
# Path changed. Make a copy of it
cp $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/lib/clang/$(LLVM_VERSION_FULL)/README.txt $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/lib/clang/$(LLVM_VERSION_FULL)/share/README.txt
# idem for the lldb python binding
mkdir -p $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/lib/python2.7/site-packages/lldb/