mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 21:40:47 +00:00
fix the dep to address
https://lintian.debian.org/tags/not-binnmuable-all-depends-any
This commit is contained in:
parent
d86636d8bc
commit
f5d0923c6d
2
debian/control
vendored
2
debian/control
vendored
@ -169,7 +169,7 @@ Description: Clang library - Development package
|
||||
Package: libclang-common-14-dev
|
||||
Architecture: all
|
||||
Section: libdevel
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm14 (= ${source:Version})
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm14 (>= ${source:Version})
|
||||
Recommends: libclang-rt-14-dev (>= 14.0.6-10~exp4)
|
||||
Description: Clang library - Common development package
|
||||
Clang project is a C, C++, Objective C and Objective C++ front-end
|
||||
|
2
debian/control.in
vendored
2
debian/control.in
vendored
@ -169,7 +169,7 @@ Description: Clang library - Development package
|
||||
Package: libclang-common-@LLVM_VERSION@-dev
|
||||
Architecture: all
|
||||
Section: libdevel
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm@LLVM_VERSION@ (= ${source:Version})
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm@LLVM_VERSION@ (>= ${source:Version})
|
||||
Recommends: libclang-rt-@LLVM_VERSION@-dev (>= 14.0.6-10~exp4)
|
||||
Description: Clang library - Common development package
|
||||
Clang project is a C, C++, Objective C and Objective C++ front-end
|
||||
|
Loading…
Reference in New Issue
Block a user