diffstat for ponyprog-3.1.4+ds ponyprog-3.1.4+ds

 changelog             |    7 +++++++
 patches/cmake-4.patch |   15 +++++++++++++++
 patches/series        |    1 +
 3 files changed, 23 insertions(+)

diff -Nru ponyprog-3.1.4+ds/debian/changelog ponyprog-3.1.4+ds/debian/changelog
--- ponyprog-3.1.4+ds/debian/changelog	2025-03-23 15:34:42.000000000 +0200
+++ ponyprog-3.1.4+ds/debian/changelog	2025-10-26 12:09:39.000000000 +0200
@@ -1,3 +1,10 @@
+ponyprog (3.1.4+ds-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with CMake 4. (Closes: #1113417)
+
+ -- Adrian Bunk <bunk@debian.org>  Sun, 26 Oct 2025 12:09:39 +0200
+
 ponyprog (3.1.4+ds-1) unstable; urgency=medium
 
   * [320247f] New upstream version 3.1.4+ds
diff -Nru ponyprog-3.1.4+ds/debian/patches/cmake-4.patch ponyprog-3.1.4+ds/debian/patches/cmake-4.patch
--- ponyprog-3.1.4+ds/debian/patches/cmake-4.patch	1970-01-01 02:00:00.000000000 +0200
+++ ponyprog-3.1.4+ds/debian/patches/cmake-4.patch	2025-10-26 12:09:39.000000000 +0200
@@ -0,0 +1,15 @@
+Description: Fix FTBFS with CMake 4
+Author: Adrian Bunk <bunk@debian.org>
+Bug-Debian: https://bugs.debian.org/1113417
+
+--- ponyprog-3.1.4+ds.orig/CMakeLists.txt
++++ ponyprog-3.1.4+ds/CMakeLists.txt
+@@ -1,7 +1,7 @@
+ PROJECT(ponyprog)
+ 
+ # Configure CMake ...
+-CMAKE_MINIMUM_REQUIRED(VERSION 2.8 FATAL_ERROR)
++CMAKE_MINIMUM_REQUIRED(VERSION 3.5 FATAL_ERROR)
+ # CMAKE_POLICY(SET CMP0003 OLD)
+ # CMAKE_POLICY(SET CMP0015 OLD)
+ 
diff -Nru ponyprog-3.1.4+ds/debian/patches/series ponyprog-3.1.4+ds/debian/patches/series
--- ponyprog-3.1.4+ds/debian/patches/series	2025-03-23 15:22:03.000000000 +0200
+++ ponyprog-3.1.4+ds/debian/patches/series	2025-10-26 12:09:39.000000000 +0200
@@ -1 +1,2 @@
 udev-adding-TAG-uaccess-so-users-can-access-the-device.patch
+cmake-4.patch
