From: Mathieu Baudier Date: Tue, 24 Jun 2025 10:06:36 +0000 (+0200) Subject: Remove common dev package X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;ds=sidebyside;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp Remove common dev package --- diff --git a/debian/cmake/debian-whisper.cpp.cmake b/debian/cmake/debian-whisper.cpp.cmake deleted file mode 100644 index 281fdd4d..00000000 --- a/debian/cmake/debian-whisper.cpp.cmake +++ /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" ) - diff --git a/debian/control b/debian/control index cb288b46..6a947062 100644 --- a/debian/control +++ b/debian/control @@ -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. - -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. diff --git a/debian/rules b/debian/rules index fdba3dac..b9517725 100755 --- a/debian/rules +++ b/debian/rules @@ -25,7 +25,6 @@ override_dh_auto_configure: 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 \ diff --git a/debian/whisper-cpp-dev.install b/debian/whisper-cpp-dev.install deleted file mode 100644 index e6d7c6c8..00000000 --- a/debian/whisper-cpp-dev.install +++ /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