Fix run-clang-tidy symlink. it moved from /usr/lib/llvm-13/share/clang/run-clang-tidy to /usr/lib/llvm-13/bin/run-clang-tidy (Closes: #1001748)

This commit is contained in:
Sylvestre Ledru 2021-12-24 18:24:39 +01:00
parent 8a9cbcbd98
commit 317f8ce703
2 changed files with 4 additions and 1 deletions

3
debian/changelog vendored
View File

@ -272,6 +272,9 @@ llvm-toolchain-13 (1:13.0.1~+rc1-1~exp2) experimental; urgency=medium
https://releases.llvm.org/11.0.0/docs/ReleaseNotes.html#changes-to-the-avr-target https://releases.llvm.org/11.0.0/docs/ReleaseNotes.html#changes-to-the-avr-target
* Use the version suffix when calling wasm-ld => wasm-ld-13 * Use the version suffix when calling wasm-ld => wasm-ld-13
https://bugzilla.mozilla.org/show_bug.cgi?id=1747145 https://bugzilla.mozilla.org/show_bug.cgi?id=1747145
* Fix run-clang-tidy symlink. it moved from /usr/lib/llvm-13/share/clang/run-clang-tidy
to /usr/lib/llvm-13/bin/run-clang-tidy
(Closes: #1001748)
-- Sylvestre Ledru <sylvestre@debian.org> Thu, 16 Dec 2021 14:28:09 +0100 -- Sylvestre Ledru <sylvestre@debian.org> Thu, 16 Dec 2021 14:28:09 +0100

View File

@ -1,3 +1,3 @@
usr/lib/llvm-@LLVM_VERSION@/share/clang/run-clang-tidy usr/bin/run-clang-tidy-@LLVM_VERSION@.py usr/lib/llvm-@LLVM_VERSION@/bin/run-clang-tidy usr/bin/run-clang-tidy-@LLVM_VERSION@.py
usr/lib/llvm-@LLVM_VERSION@/share/clang/clang-tidy-diff.py usr/bin/clang-tidy-diff-@LLVM_VERSION@.py usr/lib/llvm-@LLVM_VERSION@/share/clang/clang-tidy-diff.py usr/bin/clang-tidy-diff-@LLVM_VERSION@.py