Nilesh Patra pushed to branch master at Debian Med / libstreamvbyte
Commits: e72ee50d by Nilesh Patra at 2025-09-26T16:28:30+05:30 Bump Standards-Version to 4.7.2 (no changes needed) - - - - - 48ec489f by Nilesh Patra at 2025-09-26T16:32:09+05:30 Add patch to fix FTBFS with cmake 4 (Closes: #1113206) - - - - - 78b07dc1 by Nilesh Patra at 2025-09-26T16:35:52+05:30 Upload to unstable - - - - - 4 changed files: - debian/changelog - debian/control - debian/patches/series - + debian/patches/update-minimum-cmake-version.patch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +libstreamvbyte (0.5.1-2) unstable; urgency=medium + + * Team Upload. + * Remove myself from uploaders + * Bump Standards-Version to 4.7.2 (no changes needed) + * Add patch to fix FTBFS with cmake 4 (Closes: #1113206) + + -- Nilesh Patra <[email protected]> Fri, 26 Sep 2025 16:34:55 +0530 + libstreamvbyte (0.5.1-1) experimental; urgency=medium * New upstream version ===================================== debian/control ===================================== @@ -6,7 +6,7 @@ Priority: optional Build-Depends: debhelper-compat (= 13), d-shlibs, cmake -Standards-Version: 4.6.1 +Standards-Version: 4.7.2 Vcs-Browser: https://salsa.debian.org/med-team/libstreamvbyte Vcs-Git: https://salsa.debian.org/med-team/libstreamvbyte.git Homepage: https://github.com/lemire/streamvbyte ===================================== debian/patches/series ===================================== @@ -1,2 +1,3 @@ soversion.patch fix-baseline.patch +update-minimum-cmake-version.patch ===================================== debian/patches/update-minimum-cmake-version.patch ===================================== @@ -0,0 +1,12 @@ +Description: Update min cmake version to fix FTBFS with cmake 4 +Author: Nilesh Patra <[email protected]> +Forwarded: not-needed, change already present upstream +Last-Update: 2025-09-26 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -1,4 +1,4 @@ +-cmake_minimum_required(VERSION 3.3) ++cmake_minimum_required(VERSION 3.5) + set(CMAKE_MACOSX_RPATH OFF) + project(STREAMVBYTE VERSION "1.0.0") + View it on GitLab: https://salsa.debian.org/med-team/libstreamvbyte/-/compare/38c48bc880366c7a76ece9d35024c5349e085fc9...78b07dc1d364b4b487a14ef3ba46fa5b48844390 -- View it on GitLab: https://salsa.debian.org/med-team/libstreamvbyte/-/compare/38c48bc880366c7a76ece9d35024c5349e085fc9...78b07dc1d364b4b487a14ef3ba46fa5b48844390 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
