Étienne Mollier pushed to branch master at Debian Med / libqes
Commits: e5bfe166 by Étienne Mollier at 2025-10-02T22:09:57+02:00 cmake-4.patch: new: bump minimum cmake to 3.10. Closes: #1113190 - - - - - 7a4b6707 by Étienne Mollier at 2025-10-02T22:10:46+02:00 d/control: declare compliance to standards version 4.7.2. - - - - - 72267e77 by Étienne Mollier at 2025-10-02T22:11:07+02:00 d/control: drop redundant Rules-Requires-Root: no. - - - - - 847afc60 by Étienne Mollier at 2025-10-02T22:11:55+02:00 d/watch: bump to watch file version 5. - - - - - cdc9d50b by Étienne Mollier at 2025-10-02T22:15:03+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 @@ +libqes (0.2.8+ds-2) unstable; urgency=medium + + * Team upload. + * cmake-4.patch: new: bump minimum cmake to 3.10. (Closes: #1113190) + * d/control: declare compliance to standards version 4.7.2. + * d/control: drop redundant Rules-Requires-Root: no. + * d/watch: bump to watch file version 5. + + -- Étienne Mollier <[email protected]> Thu, 02 Oct 2025 22:13:16 +0200 + libqes (0.2.8+ds-1) unstable; urgency=medium [ Andreas Tille ] ===================================== debian/control ===================================== @@ -7,11 +7,10 @@ Build-Depends: debhelper-compat (= 13), cmake, zlib1g-dev, d-shlibs -Standards-Version: 4.5.1 +Standards-Version: 4.7.2 Vcs-Browser: https://salsa.debian.org/med-team/libqes Vcs-Git: https://salsa.debian.org/med-team/libqes.git Homepage: https://github.com/kdmurray91/libqes -Rules-Requires-Root: no Package: libqes-dev Architecture: any ===================================== debian/patches/cmake-4.patch ===================================== @@ -0,0 +1,16 @@ +Description: bump minimum cmake to 3.10. + This fixes error and warning with cmake 4. +Author: Étienne Mollier <[email protected]> +Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1113190 +Forwarded: no +Last-Update: 2025-10-02 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- libqes.orig/CMakeLists.txt ++++ libqes/CMakeLists.txt +@@ -1,4 +1,4 @@ +-CMAKE_MINIMUM_REQUIRED(VERSION 2.8) ++CMAKE_MINIMUM_REQUIRED(VERSION 3.10) + PROJECT(libqes C) + + if (NOT DEFINED LIBQES_IS_SUBPROJECT) ===================================== debian/patches/series ===================================== @@ -0,0 +1 @@ +cmake-4.patch ===================================== debian/watch ===================================== @@ -1,6 +1,9 @@ -version=4 -opts="filenamemangle=s/(?:.*?)?v?(\d[\d.]*)\.tar\.gz/libqes_$1.tar.gz/,\ -dversionmangle=s/\.ds//, \ -repacksuffix=+ds,\ -repack,compression=xz," \ - https://github.com/kdmurray91/libqes/tags .*/v?(\d\S*)\.tar\.gz +Version: 5 + +Source: https://github.com/kdmurray91/libqes/tags +Matching-Pattern: .*/v?(\d\S*)\.tar\.gz +Compression: xz +Dversionmangle: s/\.ds// +Filenamemangle: s/(?:.*?)?v?(\d[\d.]*)\.tar\.gz/libqes_$1.tar.gz/ +Repack: yes +Repacksuffix: +ds View it on GitLab: https://salsa.debian.org/med-team/libqes/-/compare/1d3806ac2d4bb82a291aed608ec1fab6df7d5e44...cdc9d50b0e5f6ee757dd1caa2ca0d495e077a94a -- View it on GitLab: https://salsa.debian.org/med-team/libqes/-/compare/1d3806ac2d4bb82a291aed608ec1fab6df7d5e44...cdc9d50b0e5f6ee757dd1caa2ca0d495e077a94a 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
