Manual merge of version 1:5.0.1-4+rpi1 and 1:5.0.2-2 to produce 1:5.0.2-2+rpi1 buster-staging archive/raspbian/1%5.0.2-2+rpi1 raspbian/1%5.0.2-2+rpi1
authorPeter Michael Green <plugwash@raspbian.org>
Thu, 24 May 2018 12:22:33 +0000 (12:22 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Thu, 24 May 2018 12:22:33 +0000 (12:22 +0000)
1  2 
debian/changelog
debian/patches/series
debian/rules

index 87193baac2ec15325fa0e165fb97dcf5f7e05261,095670ff7eaf60cdac52c5ed193af572ba610de9..d6ee5248c1b2a98c02528a4e3708d96b84003da5
@@@ -1,29 -1,49 +1,73 @@@
- llvm-toolchain-5.0 (1:5.0.1-4+rpi1) buster-staging; urgency=medium
++llvm-toolchain-5.0 (1:5.0.2-2+rpi1) buster-staging; urgency=medium
 +
 +  [changes brought forward from llvm-toolchain-3.8 1:3.8-2+rpi1 by Peter Michael Green <plugwash@raspbian.org> at Sat, 14 May 2016 21:43:35 +0000]
 +  * Cleanup .pyc files in clean target.
 +  * Add a hack to the cmake based build to force armv6 (unfortunately the cmake
 +    based build relies on config.guess which assumes you want to build for the
 +    hardware you are running on).
 +  * Add -DCOMPILER_RT_BUILD_BUILTINS=OFF to disable parts of compiler-rt that
 +    are broken on lower arm architectures.
 +
 +  [changes introduced in llvm-toolchain-3.9 1:3.9.1-1 by Peter Michael Green]
 +  * disable testsuite (using a method that is hopefully less likely to cause diff conflicts than previously).
 +  * Remove -march=armv7-a in compiler-rt/cmake/config-ix-base.cmake
 +  * Clean up debian/usr in clean target.
 +  * Clean up clang/tools/*-3.9 in clean target.
 +  * Clean up stray *3.9.vim files
 +  * Clean up clang/tools/scan-build/man/scan-build-3.9.1 and utils/vim/llvm-3.9-vimrc
 +  * Clean up debian/*.install
 +
-   [changes backported from llvm-toolchain-6.0 1:6.0-1+rpi1 to llvm-toolchain-5.0 1:5.0.1-4+rpi1 by Peter michael green]
-   * add -p flag to mkdir debian/man to avoid "file exists" error.
 +  [changes introduced in llvm-toolchain-5.0 1:5.0.1-4+rpi1 by Peter michael green]
 +  * Further fixes to clean target.
 +
-  -- Peter Michael Green <plugwash@raspbian.org>  Thu, 29 Mar 2018 00:19:04 +0000
++ -- Raspbian forward porter <root@raspbian.org>  Tue, 15 May 2018 07:21:01 +0000
++
+ llvm-toolchain-5.0 (1:5.0.2-2) unstable; urgency=medium
+   * Make CMake find_package(Clang) work. Fixes upstream bug
+     https://bugs.llvm.org/show_bug.cgi?id=37128
+     - Move Clang*.cmake back to /usr/lib/llvm-X.Y/lib/cmake/clang and install a
+       symlink in /usr/lib/cmake/clang-X.Y.
+     - Ensure that the LLVM installation prefix is correctly discovered despire
+       symlinks (replaces fix-cmake-config-prefix.diff).
+     - Create /usr/lib/llvm-X.Y/bin/clang-X.Y symlink as required by
+       ClangTargets-relwithdebinfo.cmake.
+     - Remove useless LLVM_CMAKE_DIR sed command that did not match anything.
+     - Ignore missing binaries in ClangTargets-relwithdebinfo.cmake.
+  -- Peter Wu <peter@lekensteyn.nl>  Sun, 06 May 2018 17:42:16 +0200
+ llvm-toolchain-5.0 (1:5.0.2-1) unstable; urgency=medium
+   * New stable release (Spectre Mitigation)
+     AFAIK, only clang has been changed
+  -- Sylvestre Ledru <sylvestre@debian.org>  Sun, 06 May 2018 10:56:14 +0200
+ llvm-toolchain-5.0 (1:5.0.2~+rc1-1~exp2) experimental; urgency=medium
+   * Remove the info text from the manpages (Closes: #894734)
+   * Remove the fix-LLVM_VERSION_PATCH.diff patch (applied upstream)
+  -- Sylvestre Ledru <sylvestre@debian.org>  Tue, 03 Apr 2018 19:22:12 +0200
+ llvm-toolchain-5.0 (1:5.0.2~+rc1-1~exp1) experimental; urgency=medium
+   * New snapshot release
+   [ Reshabh Sharma ]
+   * Enable autopkgtest for amd64 & i386 on the llvm test suite
+     (Closes: #774294)
+   [ Nicholas D Steeves ]
+   * Fix the lintian error 'privacy-breach-uses-embedded-file'
+     (Closes: #829361)
+   [ Athos Ribeiro ]
+   * Create symlink to run-clang-tidy-X.Y.py to remove its .py extension
+     (Closes: #892089)
+  -- Sylvestre Ledru <sylvestre@debian.org>  Wed, 28 Mar 2018 09:18:47 +0200
  
  llvm-toolchain-5.0 (1:5.0.1-4) unstable; urgency=medium
  
index 3767bac06e9cf9af26842f7165b5a44783ed0090,6fb8116737196987203d2348527d99c064dd44d4..82eba03cb7972180a0f6d0d2bd080ce1e91781e3
@@@ -51,4 -51,5 +51,6 @@@ test-keep-alive.dif
  libfuzzer-path.diff
  silent-gold-regression.diff
  glibc_2.27.diff
+ 0048-Set-html_static_path-_static-everywhere.patch
+ 0049-Use-Debian-provided-MathJax-everywhere.patch
 +auto-1:5.0~+rc2-1+rpi1-d8bb5e17a1c124bfc65bd4da3d5bad2318b86155-1504768094
diff --cc debian/rules
Simple merge