Control: tags 1112791 + patch
Control: tags 1112791 + pending

Dear maintainer,

I've prepared an NMU for clog (versioned as 1.3.0+dfsg-1.1) and uploaded 
it to DELAYED/2. Please feel free to tell me if I should cancel it.

cu
Adrian
diffstat for clog-1.3.0+dfsg clog-1.3.0+dfsg

 changelog                                   |    7 ++++
 patches/0001-Set-minimum-CMake-to-3.8.patch |   44 ++++++++++++++++++++++++++++
 patches/series                              |    1 
 3 files changed, 52 insertions(+)

diff -Nru clog-1.3.0+dfsg/debian/changelog clog-1.3.0+dfsg/debian/changelog
--- clog-1.3.0+dfsg/debian/changelog	2025-01-09 11:11:14.000000000 +0200
+++ clog-1.3.0+dfsg/debian/changelog	2025-10-18 20:25:58.000000000 +0300
@@ -1,3 +1,10 @@
+clog (1.3.0+dfsg-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Backport upstream fix for FTBFS with CMake 4. (Closes: #1112791)
+
+ -- Adrian Bunk <[email protected]>  Sat, 18 Oct 2025 20:25:58 +0300
+
 clog (1.3.0+dfsg-1) unstable; urgency=medium
 
   * Team upload.
diff -Nru clog-1.3.0+dfsg/debian/patches/0001-Set-minimum-CMake-to-3.8.patch clog-1.3.0+dfsg/debian/patches/0001-Set-minimum-CMake-to-3.8.patch
--- clog-1.3.0+dfsg/debian/patches/0001-Set-minimum-CMake-to-3.8.patch	1970-01-01 02:00:00.000000000 +0200
+++ clog-1.3.0+dfsg/debian/patches/0001-Set-minimum-CMake-to-3.8.patch	2025-10-18 20:25:58.000000000 +0300
@@ -0,0 +1,44 @@
+From 80cb2a9a8effe0d0c4f1f3bf0e4e88ab836149fa Mon Sep 17 00:00:00 2001
+From: Thomas Lauf <[email protected]>
+Date: Sat, 16 Aug 2025 17:51:37 +0200
+Subject: Set minimum CMake to 3.8
+
+---
+ CMakeLists.txt     | 2 +-
+ doc/CMakeLists.txt | 2 +-
+ src/CMakeLists.txt | 2 +-
+ 3 files changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 73bdf53..690f4f1 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -1,4 +1,4 @@
+-cmake_minimum_required (VERSION 2.8)
++cmake_minimum_required (VERSION 3.8)
+ set (CMAKE_LEGACY_CYGWIN_WIN32 0) # Remove when CMake >= 2.8.4 is required
+ set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake")
+ set (HAVE_CMAKE true)
+diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
+index a072417..1010224 100644
+--- a/doc/CMakeLists.txt
++++ b/doc/CMakeLists.txt
+@@ -1,4 +1,4 @@
+-cmake_minimum_required (VERSION 2.8)
++cmake_minimum_required (VERSION 3.8)
+ message ("-- Configuring man pages")
+ set (man_FILES clog.1)
+ foreach (man_FILE ${man_FILES})
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index d670994..db6044e 100644
+--- a/src/CMakeLists.txt
++++ b/src/CMakeLists.txt
+@@ -1,4 +1,4 @@
+-cmake_minimum_required(VERSION 2.8)
++cmake_minimum_required (VERSION 3.8)
+ include_directories (${CMAKE_SOURCE_DIR}
+                      ${CMAKE_SOURCE_DIR}/src
+                      ${CMAKE_SOURCE_DIR}/src/libshared/src
+-- 
+2.30.2
+
diff -Nru clog-1.3.0+dfsg/debian/patches/series clog-1.3.0+dfsg/debian/patches/series
--- clog-1.3.0+dfsg/debian/patches/series	2025-01-09 11:11:14.000000000 +0200
+++ clog-1.3.0+dfsg/debian/patches/series	2025-10-18 20:25:58.000000000 +0300
@@ -1,2 +1,3 @@
 FixManMinusSign.diff
 json2_cstdint_ftbfs.patch
+0001-Set-minimum-CMake-to-3.8.patch

Reply via email to