fix typos

This commit is contained in:
Sylvestre Ledru 2018-08-15 09:39:16 +02:00
parent 148be60365
commit b0c15f84c9
2 changed files with 3 additions and 3 deletions

4
debian/changelog vendored
View File

@ -1371,7 +1371,7 @@ llvm-toolchain-snapshot (1:3.5~svn195337-1) unstable; urgency=low
* Switch from 3.4 to 3.5
* Remove patch 0046-Revert-Patch-to-set-is_stmt-a-little-better-for-prol.patch
Useless now and missleading
Useless now and misleading
* Standards-Version updated to 3.9.5
* kfreebsd.diff remove (applied upstream)
@ -1518,7 +1518,7 @@ llvm-toolchain-3.4 (1:3.4~+rc1-1) unstable; urgency=low
* New testing upstream release
* kfreebsd.diff removed. Applied upstream
* Remove patch 0046-Revert-Patch-to-set-is_stmt-a-little-better-for-prol.patch
Useless now and missleading
Useless now and misleading
* Branch from llvm-toolchain-snapshot
* Standards-Version updated to 3.9.5

2
debian/rules vendored
View File

@ -444,7 +444,7 @@ override_dh_auto_install:
mkdir -p debian/tmp/usr/lib/llvm-$(LLVM_VERSION)/include/openmp
cp openmp/runtime/exports/common.dia.50.ompt.optional/include/* debian/tmp/usr/lib/llvm-$(LLVM_VERSION)/include/openmp
# Remove artefact (where compiler-rt is built)
# Remove artifact (where compiler-rt is built)
# if test -d $(TARGET_BUILD)/tools/clang/runtime/compiler-rt/clang_linux; then \
# cd $(TARGET_BUILD)/tools/clang/runtime/compiler-rt/clang_linux && rm -rf $$(find . -mindepth 2 -maxdepth 2 -type d) && rm -rf $$(find -empty) && rm -rf */.dir; \
# fi