diff --git a/debian/changelog b/debian/changelog index 40a214be..e70ee7bc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +llvm-toolchain-7 (1:7.0.1~+rc2-2) UNRELEASED; urgency=medium + + * Fix a non-break space in a patch (Closes: #913213) + + -- Sylvestre Ledru Thu, 08 Nov 2018 09:28:36 +0100 + llvm-toolchain-7 (1:7.0.1~+rc2-1) unstable; urgency=medium * Upload of 7.0.1 rc2 into unstable diff --git a/debian/patches/bootstrap-fix-include-next.diff b/debian/patches/bootstrap-fix-include-next.diff index 0ad00550..ee9dc9e4 100644 --- a/debian/patches/bootstrap-fix-include-next.diff +++ b/debian/patches/bootstrap-fix-include-next.diff @@ -35,7 +35,7 @@ Index: llvm-toolchain-7-7/clang/lib/Headers/limits.h \*===----------------------------------------------------------------------===*/ -#ifndef __CLANG_LIMITS_H -+#if !defined(__CLANG_LIMITS_H) || !defined(_LIBC_LIMITS_H_) ++#if !defined(__CLANG_LIMITS_H) || !defined(_LIBC_LIMITS_H_) #define __CLANG_LIMITS_H /* The system's limits.h may, in turn, try to #include_next GCC's limits.h.