[med-svn] [Git][med-team/libstreamvbyte][master] 3 commits: Bump Standards-Version to 4.7.2 (no changes needed)
Nilesh Patra (@nilesh)
gitlab at salsa.debian.org
Fri Sep 26 12:17:44 BST 2025
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 <nilesh at debian.org> 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 <nilesh at iki.fi>
+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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20250926/3745c1f7/attachment-0001.htm>
More information about the debian-med-commit
mailing list