diffstat for axe-demultiplexer-0.3.3+dfsg axe-demultiplexer-0.3.3+dfsg

 changelog                               |    7 +++++++
 patches/0001-update-cmake-version.patch |   23 +++++++++++++++++++++++
 patches/series                          |    1 +
 3 files changed, 31 insertions(+)

diff -Nru axe-demultiplexer-0.3.3+dfsg/debian/changelog axe-demultiplexer-0.3.3+dfsg/debian/changelog
--- axe-demultiplexer-0.3.3+dfsg/debian/changelog	2024-01-26 23:32:23.000000000 +0200
+++ axe-demultiplexer-0.3.3+dfsg/debian/changelog	2025-10-12 13:40:23.000000000 +0300
@@ -1,3 +1,10 @@
+axe-demultiplexer (0.3.3+dfsg-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Backport upstream fix for FTBFS with CMake 4. (Closes: #1112715)
+
+ -- Adrian Bunk <bunk@debian.org>  Sun, 12 Oct 2025 13:40:23 +0300
+
 axe-demultiplexer (0.3.3+dfsg-4) unstable; urgency=medium
 
   * Team upload.
diff -Nru axe-demultiplexer-0.3.3+dfsg/debian/patches/0001-update-cmake-version.patch axe-demultiplexer-0.3.3+dfsg/debian/patches/0001-update-cmake-version.patch
--- axe-demultiplexer-0.3.3+dfsg/debian/patches/0001-update-cmake-version.patch	1970-01-01 02:00:00.000000000 +0200
+++ axe-demultiplexer-0.3.3+dfsg/debian/patches/0001-update-cmake-version.patch	2025-10-12 13:40:23.000000000 +0300
@@ -0,0 +1,23 @@
+From de61528152105a045fdd12894e9a7996c64e879e Mon Sep 17 00:00:00 2001
+From: "Dr. K.D. Murray" <foss@kdmurray.id.au>
+Date: Tue, 20 May 2025 07:36:51 +1000
+Subject: update cmake version
+
+---
+ CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index aa04d79..7520be2 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -1,5 +1,5 @@
++CMAKE_MINIMUM_REQUIRED(VERSION 3.5...3.31)
+ PROJECT(axe C)
+-CMAKE_MINIMUM_REQUIRED(VERSION 3.0)
+ 
+ LIST(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake-modules")
+ 
+-- 
+2.30.2
+
diff -Nru axe-demultiplexer-0.3.3+dfsg/debian/patches/series axe-demultiplexer-0.3.3+dfsg/debian/patches/series
--- axe-demultiplexer-0.3.3+dfsg/debian/patches/series	2024-01-26 23:32:23.000000000 +0200
+++ axe-demultiplexer-0.3.3+dfsg/debian/patches/series	2025-10-12 13:40:23.000000000 +0300
@@ -3,3 +3,4 @@
 0003-Use-standard-include-path-of-gsl-headers.patch
 0004-Dynamically-link-to-libqes.patch
 0005-do_not_depend_python2.patch
+0001-update-cmake-version.patch
