Nilesh Patra pushed to branch master at Debian Med / libbiosoup-dev
Commits: bebbd5ce by Nilesh Patra at 2025-05-04T15:12:47+00:00 d/patches: remove arch dep stuff in .cmake files - - - - - deffd373 by Nilesh Patra at 2025-05-04T20:46:39+05:30 Bump Standards-Version to 4.7.0 (no changes needed) - - - - - 79e99c8a by Nilesh Patra at 2025-05-04T20:47:37+05:30 Upload to unstable - - - - - 4 changed files: - debian/changelog - debian/control - + debian/patches/make-cmake-file-arch-indep.patch - + debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +libbiosoup-dev (0.11.0-3) unstable; urgency=medium + + * Team Upload. + * d/patches: remove arch dep stuff in .cmake files + (Closes: #1103129) + * Bump Standards-Version to 4.7.0 (no changes needed) + + -- Nilesh Patra <[email protected]> Sun, 04 May 2025 20:47:21 +0530 + libbiosoup-dev (0.11.0-2) unstable; urgency=medium * d/rules: Don't install the Meson build file into /usr/include. ===================================== debian/control ===================================== @@ -6,7 +6,7 @@ Priority: optional Build-Depends: debhelper-compat (= 13), cmake, libgtest-dev -Standards-Version: 4.6.2 +Standards-Version: 4.7.0 Vcs-Browser: https://salsa.debian.org/med-team/libbiosoup-dev Vcs-Git: https://salsa.debian.org/med-team/libbiosoup-dev.git Homepage: https://github.com/rvaser/biosoup/ ===================================== debian/patches/make-cmake-file-arch-indep.patch ===================================== @@ -0,0 +1,21 @@ +Description: cmake adds in arch based checks in .cmake files. + This is not relevant for header-only libs like this. Disable the same. +Author: Nilesh Patra <[email protected]> +Last-Update: 2025-05-04 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -1,4 +1,4 @@ +-cmake_minimum_required(VERSION 3.11) ++cmake_minimum_required(VERSION 3.14) + + project(biosoup VERSION 0.11.0 + LANGUAGES CXX +@@ -58,7 +58,7 @@ + INSTALL_DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/${PROJECT_NAME}) + write_basic_package_version_file( + ${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}ConfigVersion.cmake +- COMPATIBILITY SameMinorVersion) ++ COMPATIBILITY SameMinorVersion ARCH_INDEPENDENT) + + install( + TARGETS biosoup ===================================== debian/patches/series ===================================== @@ -0,0 +1 @@ +make-cmake-file-arch-indep.patch View it on GitLab: https://salsa.debian.org/med-team/libbiosoup-dev/-/compare/1cc7038e7181f79ebe162335023fc0351ea6ba8a...79e99c8ac6c533a77a3ae231660a2e1c0c584be0 -- View it on GitLab: https://salsa.debian.org/med-team/libbiosoup-dev/-/compare/1cc7038e7181f79ebe162335023fc0351ea6ba8a...79e99c8ac6c533a77a3ae231660a2e1c0c584be0 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
