Étienne Mollier pushed to branch master at Debian Med / libdivsufsort
Commits: 9fe9b46c by Étienne Mollier at 2025-09-30T21:46:56+02:00 cmake-4.patch: bump minimum cmake to 3.10. Closes: #1113140 - - - - - 3a755167 by Étienne Mollier at 2025-09-30T21:48:35+02:00 d/watch: bump to v5 Github template. - - - - - 661df297 by Étienne Mollier at 2025-09-30T21:51:44+02:00 d/control: drop redundant Rules-Requires-Root: no. - - - - - 8be6879c by Étienne Mollier at 2025-09-30T21:53:10+02:00 d/control: declare compliance to standards version 4.7.2. - - - - - 1c2f8283 by Étienne Mollier at 2025-09-30T22:00:47+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 @@ +libdivsufsort (2.0.1-7) unstable; urgency=medium + + * Team upload. + * cmake-4.patch: bump minimum cmake to 3.10. (Closes: #1113140) + * d/watch: bump to v5 Github template. + * d/control: drop redundant Rules-Requires-Root: no. + * d/control: declare compliance to standards version 4.7.2. + + -- Étienne Mollier <[email protected]> Tue, 30 Sep 2025 21:58:50 +0200 + libdivsufsort (2.0.1-6) unstable; urgency=medium * Add myself to Uploaders ===================================== debian/control ===================================== @@ -6,11 +6,10 @@ Section: libs Priority: optional Build-Depends: cmake, debhelper-compat (= 13) -Standards-Version: 4.6.2 +Standards-Version: 4.7.2 Vcs-Browser: https://salsa.debian.org/med-team/libdivsufsort Vcs-Git: https://salsa.debian.org/med-team/libdivsufsort.git Homepage: https://github.com/y-256/libdivsufsort -Rules-Requires-Root: no Package: libdivsufsort3 Architecture: any ===================================== debian/patches/cmake-4.patch ===================================== @@ -0,0 +1,17 @@ +Description: bump cmake_minimum_required to 3.10. + This fixes errors and warnings with cmake 4 onwards. +Author: Étienne Mollier <[email protected]> +Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1113140 +Forwarded: no +Last-Update: 2025-09-30 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- libdivsufsort.orig/CMakeLists.txt ++++ libdivsufsort/CMakeLists.txt +@@ -1,5 +1,5 @@ + ### cmake file for building libdivsufsort Package ### +-cmake_minimum_required(VERSION 2.4) ++cmake_minimum_required(VERSION 3.10) + set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/CMakeModules") + include(AppendCompilerFlags) + ===================================== debian/patches/series ===================================== @@ -1 +1,2 @@ 0001-Fix-upstream-cmake-files-to-support-multi-arch.patch +cmake-4.patch ===================================== debian/watch ===================================== @@ -1,4 +1,5 @@ -version=4 +Version: 5 -opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/libdivsufsort-$1\.tar\.gz/ \ - https://github.com/y-256/libdivsufsort/tags .*/v?(\d\S*)\.tar\.gz +Template: Github +Owner: y-256 +Project: libdivsufsort View it on GitLab: https://salsa.debian.org/med-team/libdivsufsort/-/compare/475bc0935fc26aeee11d12520fb301c6432e7b38...1c2f8283e263a7bbb7a6a6af11d750543e4c0edf -- View it on GitLab: https://salsa.debian.org/med-team/libdivsufsort/-/compare/475bc0935fc26aeee11d12520fb301c6432e7b38...1c2f8283e263a7bbb7a6a6af11d750543e4c0edf 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
