diff --git a/debian/changelog b/debian/changelog index 841b435d..d51f3528 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ llvm-toolchain-16 (1:16.0.6-5) UNRELEASED; urgency=medium * Unbreak the libclang links (Closes: #1040205) And add tests to make sure we don't regress * Fix the libclang-16.so symbol file + * Remove broken symlinks (closes: #857680) -- Sylvestre Ledru Sun, 09 Jul 2023 15:08:24 +0200 diff --git a/debian/llvm-X.Y-examples.links.in b/debian/llvm-X.Y-examples.links.in deleted file mode 100644 index a8d74aa2..00000000 --- a/debian/llvm-X.Y-examples.links.in +++ /dev/null @@ -1,3 +0,0 @@ -/usr/lib/llvm-@LLVM_VERSION@/build/Makefile.common usr/share/doc/llvm-@LLVM_VERSION@-examples/Makefile.common -/usr/lib/llvm-@LLVM_VERSION@/build/Makefile.config usr/share/doc/llvm-@LLVM_VERSION@-examples/Makefile.config -/usr/lib/llvm-@LLVM_VERSION@/build/Makefile.rules usr/share/doc/llvm-@LLVM_VERSION@-examples/Makefile.rules