import changes made outside git. trixie-staging archive/raspbian/1%16.0.6-27+rpi1 raspbian/1%16.0.6-27+rpi1
authorPeter Michael Green <plugwash@raspbian.org>
Thu, 6 Jun 2024 20:17:58 +0000 (20:17 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Thu, 6 Jun 2024 20:17:58 +0000 (20:17 +0000)
debian/changelog
debian/libclang-rt-X.Y-dev.install.in
debian/rules

index 5f88438d781e4341cd3307e0d6b17df2135ab123..41cb11b45c5fbcbce8468de6fc4c60bef0ee009a 100644 (file)
@@ -43,13 +43,14 @@ llvm-toolchain-16 (1:16.0.6-27+rpi1) trixie-staging; urgency=medium
   [changes brought forward from 1:13.0.0-9+rpi2 by Peter Michael Green <plugwash@raspbian.org> at Tue, 23 Nov 2021 22:37:30 +0000]
   * Remove armhf from architecture list for libunwind-16-dev dependency.
 
-  [changes introduced in llvm-toolchain-16 1:16.0.6-20+rpi1 by Peter Micheal Green]
+  [changes introduced in llvm-toolchain-16 1:16.0.6-27+rpi1 by Peter Micheal Green]
   * Remove armhf from spirv architecture list, llvm-spirv-16 fails to build on raspbian.
   * Don't build sanitiser support in compiler_rt on armhf, it fails to link
     on raspbian.
   * Don't fail build if chrpath fails.
+  * Don't fail build on missing files.
 
- -- Peter Michael Green <plugwash@raspbian.org>  Sat, 16 Mar 2024 12:15:03 +0000
+ -- Peter Michael Green <plugwash@raspbian.org>  Tue, 04 Jun 2024 06:14:31 +0000
 
 llvm-toolchain-16 (1:16.0.6-27) unstable; urgency=medium
 
index ebe7c0bd262a2acd4a9278df65922b8dd112abb3..23872c5d17044d80eaa10eeccdc552f9919c5c23 100644 (file)
@@ -4,7 +4,6 @@ usr/lib/llvm-@LLVM_VERSION@/lib/clang/@LLVM_VERSION@*/share/*.txt
 usr/lib/llvm-@LLVM_VERSION@/lib/clang/@LLVM_VERSION@*/include/sanitizer/
 [!sparc !sparc64] usr/lib/llvm-@LLVM_VERSION@/lib/clang/@LLVM_VERSION@*/lib/*/*clang_rt*
 usr/lib/llvm-@LLVM_VERSION@/lib/clang/@LLVM_VERSION@*/README.txt
-usr/lib/llvm-@LLVM_VERSION@/lib/clang/@LLVM_VERSION@*/include/fuzzer/
 usr/lib/llvm-@LLVM_VERSION@/lib/clang/@LLVM_VERSION@*/include/orc/c_api.h
 # See compiler-rt/cmake/Modules/AllSupportedArchDefs.cmake / ALL_ORC_SUPPORTED_ARCH
 [amd64 arm64 armhf armel i386] usr/lib/llvm-@LLVM_VERSION@/lib/clang/@LLVM_VERSION@*/lib/linux/liborc_rt*
index 4c91d7b693eae1f02f502d0ca82dfd00563664a2..2b23718a3b47c31a9a82dda258d410c29309fdbf 100755 (executable)
@@ -1318,7 +1318,7 @@ else
        rm -rf $(CURDIR)/debian/tmp/usr/lib/llvm-$(LLVM_VERSION)/lib/cmake/polly/*.cmake
 endif
 endif
-       dh_install --fail-missing
+       dh_install
 # Move the libc++ abi files from libc++ to libc++-abi for the wasm32 packages
 # These packages are arch: all, so only do so when the packages are built
 ifneq (,$(filter libc++-$(LLVM_VERSION)-dev-wasm32, $(shell dh_listpackages)))