mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-13 17:57:35 +00:00
Create symlink to run-clang-tidy-X.Y.py to remove its .py extension (Closes: #892089)
This commit is contained in:
parent
7d1b8a2ae0
commit
0cc88dc816
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -4,7 +4,11 @@ llvm-toolchain-5.0 (1:5.0.1-5) unstable; urgency=medium
|
|||||||
Many thanks to Nicholas D Steeves for the patch
|
Many thanks to Nicholas D Steeves for the patch
|
||||||
(Closes: #829361)
|
(Closes: #829361)
|
||||||
|
|
||||||
-- Sylvestre Ledru <sylvestre@debian.org> Thu, 22 Mar 2018 12:11:21 +0100
|
[ Athos Ribeiro ]
|
||||||
|
* Create symlink to run-clang-tidy-X.Y.py to remove its .py extension
|
||||||
|
(Closes: #892089)
|
||||||
|
|
||||||
|
-- Sylvestre Ledru <sylvestre@debian.org> Tue, 27 Mar 2018 21:22:11 +0200
|
||||||
|
|
||||||
llvm-toolchain-5.0 (1:5.0.1-4) unstable; urgency=medium
|
llvm-toolchain-5.0 (1:5.0.1-4) unstable; urgency=medium
|
||||||
|
|
||||||
|
1
debian/clang-tidy-X.Y.links.in
vendored
1
debian/clang-tidy-X.Y.links.in
vendored
@ -1,3 +1,4 @@
|
|||||||
usr/lib/llvm-@LLVM_VERSION@/share/clang/run-clang-tidy.py usr/bin/run-clang-tidy-@LLVM_VERSION@.py
|
usr/lib/llvm-@LLVM_VERSION@/share/clang/run-clang-tidy.py usr/bin/run-clang-tidy-@LLVM_VERSION@.py
|
||||||
|
usr/lib/llvm-@LLVM_VERSION@/share/clang/run-clang-tidy.py usr/bin/run-clang-tidy-@LLVM_VERSION@
|
||||||
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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user