[med-svn] [Git][med-team/beads][master] 5 commits: Fix FTBFS with CMake 4. Closes: #1112754.
Santiago Vila (@sanvila)
gitlab at salsa.debian.org
Mon Oct 13 19:22:41 BST 2025
Santiago Vila pushed to branch master at Debian Med / beads
Commits:
b14cb330 by Adrian Bunk at 2025-10-13T20:11:00+02:00
Fix FTBFS with CMake 4. Closes: #1112754.
- - - - -
c48c3509 by Santiago Vila at 2025-10-13T20:12:00+02:00
d/control: Drop "Rules-Requires-Root: no" (default).
- - - - -
2020989f by Santiago Vila at 2025-10-13T20:13:00+02:00
d/control: Update standards-version.
- - - - -
ab4bbeb9 by Santiago Vila at 2025-10-13T20:14:00+02:00
d/salsa-ci.yml: Use the simplified version.
- - - - -
bd8009f9 by Santiago Vila at 2025-10-13T20:15:00+02:00
Upload for unstable as 1.1.22-2
- - - - -
5 changed files:
- debian/changelog
- debian/control
- + debian/patches/cmake-4.patch
- + debian/patches/series
- debian/salsa-ci.yml
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,17 @@
+beads (1.1.22-2) unstable; urgency=medium
+
+ * Team upload.
+
+ [ Adrian Bunk ]
+ * Fix FTBFS with CMake 4. Closes: #1112754.
+
+ [ Santiago Vila ]
+ * d/control: Drop "Rules-Requires-Root: no" (default).
+ * d/control: Update standards-version.
+ * d/salsa-ci.yml: Use the simplified version.
+
+ -- Santiago Vila <sanvila at debian.org> Mon, 13 Oct 2025 20:15:00 +0200
+
beads (1.1.22-1) unstable; urgency=low
* New upstream version hopefully fixing bug (Closes: #1027544), thanks to
=====================================
debian/control
=====================================
@@ -9,11 +9,10 @@ Build-Depends: debhelper-compat (= 13),
qtbase5-dev,
cimg-dev,
libodsstream-dev (>= 0.9.1),
-Standards-Version: 4.6.1
+Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/med-team/beads
Vcs-Git: https://salsa.debian.org/med-team/beads.git
Homepage: http://pappso.inrae.fr/bioinfo/beads
-Rules-Requires-Root: no
Package: beads
Architecture: any
=====================================
debian/patches/cmake-4.patch
=====================================
@@ -0,0 +1,15 @@
+Description: Fix FTBFS with CMake 4
+Author: Adrian Bunk <bunk at debian.org>
+Bug-Debian: https://bugs.debian.org/1112754
+
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -5,7 +5,7 @@
+ # cmake .
+ # make
+ # make install
+-cmake_minimum_required(VERSION 2.18.4)
++cmake_minimum_required(VERSION 3.5)
+
+
+ # The name of our project is "beads". CMakeLists files in this project can
=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+cmake-4.patch
=====================================
debian/salsa-ci.yml
=====================================
@@ -1,4 +1,3 @@
---
include:
- - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
- - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
+ - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml
View it on GitLab: https://salsa.debian.org/med-team/beads/-/compare/2b3f951c699efa49e5cc718bd29f101589e6c8f8...bd8009f96a7a6e0b15963cd21905ef52296c9129
--
View it on GitLab: https://salsa.debian.org/med-team/beads/-/compare/2b3f951c699efa49e5cc718bd29f101589e6c8f8...bd8009f96a7a6e0b15963cd21905ef52296c9129
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/20251013/c6b127bc/attachment-0001.htm>
More information about the debian-med-commit
mailing list