From: Mathieu Baudier Date: Mon, 23 Jun 2025 12:01:07 +0000 (+0200) Subject: Explicitly conflict with Debian official X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=80e44fa93689bb9a1f5619c9da5dbc0f413480a8;p=pkg%2Fggml%2Fsources%2Fllama.cpp Explicitly conflict with Debian official --- diff --git a/debian/control b/debian/control index 93075afd..b6da3e1d 100644 --- a/debian/control +++ b/debian/control @@ -20,6 +20,8 @@ Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, ${shlibs:Depends}, libggml0 +# Explicitly conflict with Debian official +Conflicts: llama.cpp Description: Inference of large language models in pure C/C++ (shared library) llama.cpp leverages the ggml tensor library in order to run large language models (LLMs) provided in the GGUF file format.