From 15c15dced4ad84a01a5da9534e9313b6ad9c84a5 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 25 Jan 2023 20:46:00 +0100 Subject: [PATCH] fix E: llvm-toolchain-16 source: weak-library-dev-dependency libclang-common-16-dev on libllvm16 (>= :Version) --- debian/control.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control.in b/debian/control.in index bb363798..fc77f1d1 100644 --- a/debian/control.in +++ b/debian/control.in @@ -168,7 +168,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@ (= ${binary:Version}) Recommends: libclang-rt-@LLVM_VERSION@-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