mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-27 08:08:31 +00:00
try to fix the lintian warning
This commit is contained in:
parent
710044a07d
commit
90f84e77c2
3
debian/control
vendored
3
debian/control
vendored
@ -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
3
debian/control.in
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user