From f5d0923c6dedb718d67729002e79c7b4737f5321 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 27 Dec 2022 11:16:38 +0100 Subject: [PATCH] fix the dep to address https://lintian.debian.org/tags/not-binnmuable-all-depends-any --- debian/control | 2 +- debian/control.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 983f11da..fd75dfe1 100644 --- a/debian/control +++ b/debian/control @@ -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 diff --git a/debian/control.in b/debian/control.in index 31bddef1..f728c340 100644 --- a/debian/control.in +++ b/debian/control.in @@ -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