[med-svn] [Git][med-team/libedlib][master] 7 commits: cmake-4.patch: new: bump cmake requirement to 3.10.
Étienne Mollier (@emollier)
gitlab at salsa.debian.org
Wed Oct 1 19:19:16 BST 2025
Étienne Mollier pushed to branch master at Debian Med / libedlib
Commits:
2637507b by Étienne Mollier at 2025-10-01T20:10:18+02:00
cmake-4.patch: new: bump cmake requirement to 3.10.
Closes: #1113144
- - - - -
6483880c by Étienne Mollier at 2025-10-01T20:11:11+02:00
d/control: declare compliance to standards version 4.7.2.
- - - - -
b47e2191 by Étienne Mollier at 2025-10-01T20:11:35+02:00
d/control: drop redundant Rules-Requires-Root: no.
- - - - -
1e47ce12 by Étienne Mollier at 2025-10-01T20:13:07+02:00
d/patches/*: normalise Last-Update timestamp.
- - - - -
b50301bb by Étienne Mollier at 2025-10-01T20:14:40+02:00
fix-package-version.patch: provide a dep3 header.
- - - - -
b1ffb3aa by Étienne Mollier at 2025-10-01T20:15:44+02:00
d/watch: convert to v5 Github template.
- - - - -
d4fffa5d by Étienne Mollier at 2025-10-01T20:18:55+02:00
d/changelog: ready for upload to unstable.
- - - - -
10 changed files:
- debian/changelog
- debian/control
- + debian/patches/cmake-4.patch
- debian/patches/cython3.patch
- debian/patches/do_not_build_hello_example.patch
- debian/patches/fix-package-version.patch
- debian/patches/really_exclude_readme.rst.patch
- debian/patches/series
- debian/patches/soversion.patch
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+libedlib (1.2.7-7) unstable; urgency=medium
+
+ * cmake-4.patch: new: bump cmake requirement to 3.10. (Closes: #1113144)
+ * d/control: declare compliance to standards version 4.7.2.
+ * d/control: drop redundant Rules-Requires-Root: no.
+ * d/patches/*: normalise Last-Update timestamp.
+ * fix-package-version.patch: provide a dep3 header.
+ * d/watch: convert to v5 Github template.
+
+ -- Étienne Mollier <emollier at debian.org> Wed, 01 Oct 2025 20:16:10 +0200
+
libedlib (1.2.7-6) unstable; urgency=medium
* d/libedlib1.symbols: mark symbols leaked by the compiler as optional.
=====================================
debian/control
=====================================
@@ -12,11 +12,10 @@ Build-Depends: debhelper-compat (= 13),
cython3,
python3-all-dev,
python3-setuptools
-Standards-Version: 4.7.0
+Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/med-team/libedlib
Vcs-Git: https://salsa.debian.org/med-team/libedlib.git
Homepage: https://github.com/Martinsos/edlib
-Rules-Requires-Root: no
Package: libedlib1
Architecture: any
=====================================
debian/patches/cmake-4.patch
=====================================
@@ -0,0 +1,16 @@
+Description: bump cmake_required_minimum to 3.10.
+ This is an attempt to allow building the package with cmake 4 onwards.
+Author: Étienne Mollier <emollier at debian.org>
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1113144
+Forwarded: no
+Last-Update: 2025-10-01
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- libedlib.orig/CMakeLists.txt
++++ libedlib/CMakeLists.txt
+@@ -1,4 +1,4 @@
+-cmake_minimum_required(VERSION 3.2 FATAL_ERROR)
++cmake_minimum_required(VERSION 3.10 FATAL_ERROR)
+ project(edlib VERSION 1.2.7)
+
+ option(EDLIB_ENABLE_INSTALL "Generate the install target" ON)
=====================================
debian/patches/cython3.patch
=====================================
@@ -1,5 +1,5 @@
Author: Andreas Tille <tille at debian.org>
-Last-Update: Tue, 11 Dec 2018 09:52:41 +0100
+Last-Update: 2018-12-11
Description: Use Cython3/Python3
--- a/bindings/python/Makefile
=====================================
debian/patches/do_not_build_hello_example.patch
=====================================
@@ -1,5 +1,5 @@
Author: Andreas Tille <tille at debian.org>
-Last-Update: Fri, 08 Jun 2018 13:20:51 +0200
+Last-Update: 2018-06-08
Description: helloWorld example does not properly build ... but why should we?
--- a/CMakeLists.txt
=====================================
debian/patches/fix-package-version.patch
=====================================
@@ -1,3 +1,7 @@
+Description: Fix version of package in CMakeLists.txt
+Author: Nilesh Patra <nilesh at debian.org>
+Last-Update: 2021-12-20
+
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
=====================================
debian/patches/really_exclude_readme.rst.patch
=====================================
@@ -1,5 +1,5 @@
Author: Andreas Tille <tille at debian.org>
-Last-Update: Wed, 13 Oct 2021 11:51:04 +0200
+Last-Update: 2021-10-13
Description: After trying lots of ways to specify EDLIB_OMIT_README_RST environtment variable
None worked - thus patching it out here
=====================================
debian/patches/series
=====================================
@@ -4,3 +4,4 @@ cython3.patch
enable_shared_and_static.patch
really_exclude_readme.rst.patch
fix-package-version.patch
+cmake-4.patch
=====================================
debian/patches/soversion.patch
=====================================
@@ -1,5 +1,5 @@
Author: Andreas Tille <tille at debian.org>
-Last-Update: Fri, 08 Jun 2018 13:20:51 +0200
+Last-Update: 2018-06-08
Description: Add soversion
--- a/CMakeLists.txt
=====================================
debian/watch
=====================================
@@ -1,4 +1,5 @@
-version=4
+Version: 5
-opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE at -$1.tar.gz%" \
- https://github.com/Martinsos/edlib/tags .*/v at ANY_VERSION@@ARCHIVE_EXT@
+Template: Github
+Owner: Martinsos
+Project: edlib
View it on GitLab: https://salsa.debian.org/med-team/libedlib/-/compare/dc2ac2787ea538351f90f8d1689b0b4be9fc007d...d4fffa5dd63de70637c554b17b74d1cf4032dcfc
--
View it on GitLab: https://salsa.debian.org/med-team/libedlib/-/compare/dc2ac2787ea538351f90f8d1689b0b4be9fc007d...d4fffa5dd63de70637c554b17b74d1cf4032dcfc
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/20251001/aec3665c/attachment-0001.htm>
More information about the debian-med-commit
mailing list