Étienne Mollier pushed to branch master at Debian Med / libmmmulti
Commits: 6306ec62 by Étienne Mollier at 2025-10-02T21:41:20+02:00 cmake-4.patch: new: bump minimum cmake to 3.10. Closes: #1113174 - - - - - 14c0bb7a by Étienne Mollier at 2025-10-02T21:48:18+02:00 d/watch: bump to v5 Github template. - - - - - 7bdc98df by Étienne Mollier at 2025-10-02T21:50:28+02:00 d/control: declare compliance to standards version 4.7.2. - - - - - 636a6bad by Étienne Mollier at 2025-10-02T21:50:49+02:00 d/control: drop redundant Rules-Requires-Root: no. - - - - - 275b129e by Étienne Mollier at 2025-10-02T21:54:05+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,13 @@ +libmmmulti (0.1-4) unstable; urgency=medium + + * Team upload. + * cmake-4.patch: new: bump minimum cmake to 3.10. (Closes: #1113174) + * d/watch: bump to v5 Github template. + * d/control: declare compliance to standards version 4.7.2. + * d/control: drop redundant Rules-Requires-Root: no. + + -- Étienne Mollier <[email protected]> Thu, 02 Oct 2025 21:51:21 +0200 + libmmmulti (0.1-3) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -11,12 +11,11 @@ Build-Depends: debhelper-compat (= 13), libips4o-dev, libparyfor-dev, cmake -Standards-Version: 4.6.2 +Standards-Version: 4.7.2 Section: libs Homepage: https://github.com/ekg/mmmulti Vcs-Browser: https://salsa.debian.org/med-team/libmmmulti Vcs-Git: https://salsa.debian.org/med-team/libmmmulti.git -Rules-Requires-Root: no Package: libmmmulti-dev Section: libdevel ===================================== debian/patches/cmake-4.patch ===================================== @@ -0,0 +1,18 @@ +Description: bump minimum cmake to 3.10. + Fix build failures and warnings with cmake 4. +Author: Étienne Mollier <[email protected]> +Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1113174 +Forwarded: no +Last-Update: 2025-10-02 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- libmmmulti.orig/CMakeLists.txt ++++ libmmmulti/CMakeLists.txt +@@ -1,6 +1,6 @@ + # Specify the minimum version for CMake + +-cmake_minimum_required(VERSION 3.1) ++cmake_minimum_required(VERSION 3.10) + + # Project's name + project(mmmulti) ===================================== debian/patches/series ===================================== @@ -1,2 +1,3 @@ NoExternalSourceTrees.patch fix-atomic-queue-include-path.patch +cmake-4.patch ===================================== debian/watch ===================================== @@ -1,4 +1,6 @@ -version=4 -opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%mmmulti-$1.tar.gz%" \ - https://github.com/ekg/mmmulti/tags \ - (?:.*?/)?v?(\d[\d.]*)\.tar\.gz +Version: 5 + +Template: Github +Owner: ekg +Project: mmmulti +Filenamemangle: s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%mmmulti-$1.tar.gz% View it on GitLab: https://salsa.debian.org/med-team/libmmmulti/-/compare/20ccd9eb460324593fcf82d41942aeeef6724002...275b129e829e297c5e635144c7f30ae5d6b9d879 -- View it on GitLab: https://salsa.debian.org/med-team/libmmmulti/-/compare/20ccd9eb460324593fcf82d41942aeeef6724002...275b129e829e297c5e635144c7f30ae5d6b9d879 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
