fix the dep to address

https://lintian.debian.org/tags/not-binnmuable-all-depends-any
This commit is contained in:
Sylvestre Ledru 2022-12-27 11:16:38 +01:00
parent d86636d8bc
commit f5d0923c6d
2 changed files with 2 additions and 2 deletions

2
debian/control vendored
View File

@ -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
View File

@ -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