From: Mathieu Baudier Date: Sat, 3 Jan 2026 10:50:21 +0000 (+0100) Subject: Update upstream X-Git-Tag: debian/0.0.7599-1^0 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=862727309a320ceef330011da91276e0b97913b5;p=pkg%2Fggml%2Fsources%2Fllama.cpp Update upstream --- diff --git a/debian/changelog b/debian/changelog index 5d90b2b9..b9336bda 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +llama.cpp (0.0.7599-1) unstable; urgency=medium + + * Update upstream + * Drop .so version patch, now provided by upstream + + -- Mathieu Baudier Sat, 03 Jan 2026 10:43:52 +0000 + llama.cpp (0.0.7446-1) unstable; urgency=medium * Update upstream diff --git a/debian/patches/0001-improve-cmake-build.patch b/debian/patches/0001-improve-cmake-build.patch deleted file mode 100644 index 504bb24c..00000000 --- a/debian/patches/0001-improve-cmake-build.patch +++ /dev/null @@ -1,37 +0,0 @@ -From: Mathieu Baudier -Date: Sun, 23 Feb 2025 11:31:46 +0100 -Subject: improve-cmake-build - ---- - src/CMakeLists.txt | 4 ++++ - tools/mtmd/CMakeLists.txt | 4 ++++ - 2 files changed, 8 insertions(+) - -diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt -index 4192af7..39db7ef 100644 ---- a/src/CMakeLists.txt -+++ b/src/CMakeLists.txt -@@ -152,4 +152,8 @@ if (BUILD_SHARED_LIBS) - set_target_properties(llama PROPERTIES POSITION_INDEPENDENT_CODE ON) - target_compile_definitions(llama PRIVATE LLAMA_BUILD) - target_compile_definitions(llama PUBLIC LLAMA_SHARED) -+ if(DEFINED LLAMA_INSTALL_VERSION) -+ message(STATUS "Set llama shared library version to ${LLAMA_INSTALL_VERSION}") -+ set_target_properties(llama PROPERTIES VERSION ${LLAMA_INSTALL_VERSION} SOVERSION 0) -+ endif() - endif() -diff --git a/tools/mtmd/CMakeLists.txt b/tools/mtmd/CMakeLists.txt -index e7f3067..5a37e85 100644 ---- a/tools/mtmd/CMakeLists.txt -+++ b/tools/mtmd/CMakeLists.txt -@@ -56,6 +56,10 @@ set_target_properties(mtmd - PROPERTIES - PUBLIC_HEADER "${MTMD_PUBLIC_HEADERS}") - -+if(DEFINED LLAMA_INSTALL_VERSION) -+ message(STATUS "Set mtmd shared library version to ${LLAMA_INSTALL_VERSION}") -+ set_target_properties(mtmd PROPERTIES VERSION ${LLAMA_INSTALL_VERSION} SOVERSION 0) -+endif() - install(TARGETS mtmd LIBRARY PUBLIC_HEADER) - - if (NOT MSVC) diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index b9192bb5..00000000 --- a/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -0001-improve-cmake-build.patch