diff --git a/debian/changelog b/debian/changelog index ef115fd6..2f58f3f1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 diff --git a/debian/rules b/debian/rules index 7e787ee4..1aee889d 100755 --- a/debian/rules +++ b/debian/rules @@ -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