]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
Remove common dev package debian/latest
authorMathieu Baudier <redacted>
Tue, 24 Jun 2025 10:06:36 +0000 (12:06 +0200)
committerMathieu Baudier <redacted>
Tue, 24 Jun 2025 10:06:36 +0000 (12:06 +0200)
debian/cmake/debian-whisper.cpp.cmake [deleted file]
debian/control
debian/rules
debian/whisper-cpp-dev.install [deleted file]

diff --git a/debian/cmake/debian-whisper.cpp.cmake b/debian/cmake/debian-whisper.cpp.cmake
deleted file mode 100644 (file)
index 281fdd4..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-# install common
-install(DIRECTORY ${CMAKE_BINARY_DIR}/examples/ DESTINATION lib/${CMAKE_LIBRARY_ARCHITECTURE}/whisper.cpp/common FILES_MATCHING PATTERN "libcommon*.a" )
-install(DIRECTORY ${CMAKE_SOURCE_DIR}/examples/ DESTINATION include/whisper.cpp/common FILES_MATCHING PATTERN "common*.h" )
-
index cb288b46e6251df7babc8ae67b2ad3257fa9d398..6a9470628a44c9f157000a4fb87c62570beb638c 100644 (file)
@@ -64,13 +64,3 @@ Depends: ${misc:Depends},
 Description: Inference of Whisper in pure C/C++ (development files)
  Development files for using whisper.cpp as a shared library
  in applications.
 Description: Inference of Whisper in pure C/C++ (development files)
  Development files for using whisper.cpp as a shared library
  in applications.
-
-Package: whisper-cpp-dev
-Section: libdevel
-Architecture: any
-Depends: ${misc:Depends},
- libwhisper1-dev (= ${binary:Version})
-Description: Inference of Whisper in pure C/C++ (common static library)
- Development files and static libraries of the used to build the tools.
- These components speeds up the development but are likely to have less
- stable APIs.
index fdba3daca9f2e437975612053def3a28c5f2c0ef..b951772583709ebffab4f4318d1eba90095e35b2 100755 (executable)
@@ -25,7 +25,6 @@ override_dh_auto_configure:
        dh_auto_configure -- \
        -DCMAKE_LIBRARY_ARCHITECTURE="$(DEB_HOST_MULTIARCH)" \
        -DCMAKE_BUILD_TYPE=RelWithDebInfo \
        dh_auto_configure -- \
        -DCMAKE_LIBRARY_ARCHITECTURE="$(DEB_HOST_MULTIARCH)" \
        -DCMAKE_BUILD_TYPE=RelWithDebInfo \
-       -DCMAKE_PROJECT_whisper.cpp_INCLUDE=debian/cmake/debian-whisper.cpp.cmake \
        \
        -DBUILD_SHARED_LIBS=ON \
        -DWHISPER_USE_SYSTEM_GGML=ON \
        \
        -DBUILD_SHARED_LIBS=ON \
        -DWHISPER_USE_SYSTEM_GGML=ON \
diff --git a/debian/whisper-cpp-dev.install b/debian/whisper-cpp-dev.install
deleted file mode 100644 (file)
index e6d7c6c..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-/usr/include/whisper.cpp/common/*.h
-/usr/lib/*/whisper.cpp/common/libcommon.a
-/usr/lib/*/whisper.cpp/common/libcommon-sdl.a