From 710044a07d5e30c6c6fba68e6e276b67ba6f726c Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Thu, 26 Jan 2023 09:28:08 +0100 Subject: [PATCH] for real fix E: llvm-toolchain-16 source: weak-library-dev-dependency libclang-common-16-dev on libllvm16 (>= :Version) --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index e4eb1167..38d84f96 100644 --- a/debian/control +++ b/debian/control @@ -168,7 +168,7 @@ Description: Clang library - Development package Package: libclang-common-16-dev Architecture: all Section: libdevel -Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm16 (>= ${source:Version}) +Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm16 (= ${binary:Version}) Recommends: libclang-rt-16-dev (>= 1:16~++20230115053056+df5fc4504b86-1~exp1) Description: Clang library - Common development package Clang project is a C, C++, Objective C and Objective C++ front-end