Étienne Mollier pushed to branch master at Debian Med / edflib
Commits: 2b4aacb6 by Étienne Mollier at 2025-10-01T22:18:41+02:00 cmake-4.patch: new: bump minimum cmake to 3.10. Closes: #1112866 - - - - - 0558d6c3 by Étienne Mollier at 2025-10-01T22:19:34+02:00 d/control: declare compliance to standards version 4.7.2. - - - - - bc19e304 by Étienne Mollier at 2025-10-01T22:19:53+02:00 d/control: drop redundant Rules-Requires-Root: no. - - - - - 3711bcc8 by Étienne Mollier at 2025-10-01T22:28:32+02:00 d/watch: bump to v5 Gitlab template. - - - - - 48f63ecf by Étienne Mollier at 2025-10-01T22:34:56+02:00 d/changelog: ready for upload to unstable. - - - - - 5 changed files: - debian/changelog - debian/control - + debian/patches/cmake-4.patch - debian/patches/series - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +edflib (1.27-2) unstable; urgency=medium + + * cmake-4.patch: new: bump minimum cmake to 3.10. (Closes: #1112866) + * d/control: declare compliance to standards version 4.7.2. + * d/control: drop redundant Rules-Requires-Root: no. + * d/watch: bump to v5 Gitlab template. + + -- Étienne Mollier <[email protected]> Wed, 01 Oct 2025 22:29:02 +0200 + edflib (1.27-1) unstable; urgency=medium * d/watch: adjust to using git tag to capture v1.27 early. ===================================== debian/control ===================================== @@ -8,11 +8,10 @@ Build-Depends: architecture-is-little-endian, debhelper-compat (= 13), cmake, d-shlibs -Standards-Version: 4.7.0 +Standards-Version: 4.7.2 Vcs-Browser: https://salsa.debian.org/med-team/edflib Vcs-Git: https://salsa.debian.org/med-team/edflib.git Homepage: https://www.teuniz.net/edflib/ -Rules-Requires-Root: no Package: libedf1 Architecture: any ===================================== debian/patches/cmake-4.patch ===================================== @@ -0,0 +1,17 @@ +Description: bump cmake minimum requirement to 3.10. + This fixes errors and warnings raised by cmake 4 onwards. + Forwarding is not needed because cmake is Debian specific. +Author: Étienne Mollier <[email protected]> +Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1112866 +Forwarded: not-needed +Last-Update: 2025-10-01 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- edflib.orig/CMakeLists.txt ++++ edflib/CMakeLists.txt +@@ -1,4 +1,4 @@ +-cmake_minimum_required(VERSION 2.8) ++cmake_minimum_required(VERSION 3.10) + # Author: Mathieu Malaterre / BSD (as upstream) + project(edflib C) + ===================================== debian/patches/series ===================================== @@ -2,3 +2,4 @@ addcmake.patch properly-check-for-exp10.patch fix-unittest.patch enable-static-lib-generation.patch +cmake-4.patch ===================================== debian/watch ===================================== @@ -1,7 +1,5 @@ -version=4 -opts="mode=git" \ -https://gitlab.com/Teuniz/EDFlib.git \ -refs/tags/v?@ANY_VERSION@ +Version: 5 -# The below should be the proper location for EDFlib releases: -#https://www.teuniz.net/edflib/ edflib_([\d])([\d\.]+)\.tar\.gz +Template: Gitlab +Dist: https://gitlab.com/Teuniz/EDFlib +DVersion-Mangle: s/^/v/ View it on GitLab: https://salsa.debian.org/med-team/edflib/-/compare/9185cad7ab01b7a59f9b50766a7e4f9338d9dffe...48f63ecf9f287926b5c096d9f63eb720b6b79473 -- View it on GitLab: https://salsa.debian.org/med-team/edflib/-/compare/9185cad7ab01b7a59f9b50766a7e4f9338d9dffe...48f63ecf9f287926b5c096d9f63eb720b6b79473 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
