From: Mathieu Baudier Date: Tue, 27 Jan 2026 10:48:15 +0000 (+0100) Subject: Improve compatibility with official Debian packages X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=fe3794b87c910081bfd5181533a629cd173b3424;p=pkg%2Fggml%2Fsources%2Fllama.cpp Improve compatibility with official Debian packages --- diff --git a/debian/changelog b/debian/changelog index 06d8e49b0..3d49b4f72 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +llama.cpp (0.0.7721-2) unstable; urgency=medium + + * Remove libmtmd-dev in order to improve compatibility with official packages + + -- Mathieu Baudier Tue, 27 Jan 2026 10:46:56 +0000 + llama.cpp (0.0.7721-1) unstable; urgency=medium * Update upstream diff --git a/debian/control b/debian/control index e85df17f3..35beb140b 100644 --- a/debian/control +++ b/debian/control @@ -69,19 +69,9 @@ Section: libdevel Architecture: any Multi-Arch: same Depends: libllama0 (= ${binary:Version}), + libmtmd0 (= ${binary:Version}), libggml-dev, ${misc:Depends}, Description: Inference of large language models in pure C/C++ (development files) Development files required for building software based on the stable and documented llama.cpp API. - -Package: libmtmd-dev -Section: libdevel -Architecture: any -Multi-Arch: same -Depends: libmtmd0 (= ${binary:Version}), - libllama-dev (= ${binary:Version}), - ${misc:Depends}, -Description: Inference of large language models in pure C/C++ (multimodal development files) - Development files required for building software based on the - multimodal llama.cpp API. diff --git a/debian/libllama-dev.install b/debian/libllama-dev.install index 133993dfd..ffb4be37a 100644 --- a/debian/libllama-dev.install +++ b/debian/libllama-dev.install @@ -1,8 +1,10 @@ /usr/include/llama*.h include/llama-cpp.h /usr/include/ +/usr/include/mtmd*.h # Symbolic links /usr/lib/*/libllama.so +/usr/lib/*/libmtmd.so /usr/lib/*/pkgconfig/*.pc /usr/lib/*/cmake/llama/llama-*.cmake diff --git a/debian/libmtmd-dev.install b/debian/libmtmd-dev.install deleted file mode 100644 index f482f6d38..000000000 --- a/debian/libmtmd-dev.install +++ /dev/null @@ -1,4 +0,0 @@ -/usr/include/mtmd*.h - -# Symbolic links -/usr/lib/*/libmtmd.so