[med-svn] [Git][med-team/libbiosoup-dev][master] 3 commits: d/patches: remove arch dep stuff in .cmake files
Nilesh Patra (@nilesh)
gitlab at salsa.debian.org
Sun May 4 16:40:30 BST 2025
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 <nilesh at debian.org> 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 <nilesh at debian.org>
+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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20250504/a316ff8c/attachment-0001.htm>
More information about the debian-med-commit
mailing list