try to fix the lintian warning

This commit is contained in:
Sylvestre Ledru 2023-01-27 18:56:57 +01:00
parent 710044a07d
commit 90f84e77c2
2 changed files with 4 additions and 2 deletions

3
debian/control vendored
View File

@ -168,7 +168,8 @@ Description: Clang library - Development package
Package: libclang-common-16-dev Package: libclang-common-16-dev
Architecture: all Architecture: all
Section: libdevel Section: libdevel
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm16 (= ${binary:Version}) Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm16 (>= ${source:Version}),
libllvm16 (<< ${source:Version}.1~)
Recommends: libclang-rt-16-dev (>= 1:16~++20230115053056+df5fc4504b86-1~exp1) Recommends: libclang-rt-16-dev (>= 1:16~++20230115053056+df5fc4504b86-1~exp1)
Description: Clang library - Common development package Description: Clang library - Common development package
Clang project is a C, C++, Objective C and Objective C++ front-end Clang project is a C, C++, Objective C and Objective C++ front-end

3
debian/control.in vendored
View File

@ -168,7 +168,8 @@ Description: Clang library - Development package
Package: libclang-common-@LLVM_VERSION@-dev Package: libclang-common-@LLVM_VERSION@-dev
Architecture: all Architecture: all
Section: libdevel Section: libdevel
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm@LLVM_VERSION@ (= ${binary:Version}) Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm@LLVM_VERSION@ (>= ${source:Version}),
libllvm@LLVM_VERSION@ (<< ${source:Version}.1~)
Recommends: libclang-rt-@LLVM_VERSION@-dev (>= 1:16~++20230115053056+df5fc4504b86-1~exp1) Recommends: libclang-rt-@LLVM_VERSION@-dev (>= 1:16~++20230115053056+df5fc4504b86-1~exp1)
Description: Clang library - Common development package Description: Clang library - Common development package
Clang project is a C, C++, Objective C and Objective C++ front-end Clang project is a C, C++, Objective C and Objective C++ front-end