Control: tags 1112838 + patch
Control: tags 1112838 + pending

Dear maintainer,

I've prepared an NMU for devil (versioned as 1.8.0.40.g6f3d5e9b+dfsg-3.1)
and uploaded it to DELAYED/15. Please feel free to tell me if I should 
cancel it.

cu
Adrian
diffstat for devil-1.8.0.40.g6f3d5e9b+dfsg devil-1.8.0.40.g6f3d5e9b+dfsg

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

diff -Nru devil-1.8.0.40.g6f3d5e9b+dfsg/debian/changelog devil-1.8.0.40.g6f3d5e9b+dfsg/debian/changelog
--- devil-1.8.0.40.g6f3d5e9b+dfsg/debian/changelog	2025-08-18 13:10:00.000000000 +0300
+++ devil-1.8.0.40.g6f3d5e9b+dfsg/debian/changelog	2025-11-09 21:58:43.000000000 +0200
@@ -1,3 +1,10 @@
+devil (1.8.0.40.g6f3d5e9b+dfsg-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with CMake 4. (Closes: #1112838)
+
+ -- Adrian Bunk <[email protected]>  Sun, 09 Nov 2025 21:58:43 +0200
+
 devil (1.8.0.40.g6f3d5e9b+dfsg-3) unstable; urgency=medium
 
   * upload to unstable
diff -Nru devil-1.8.0.40.g6f3d5e9b+dfsg/debian/patches/cmake-4.patch devil-1.8.0.40.g6f3d5e9b+dfsg/debian/patches/cmake-4.patch
--- devil-1.8.0.40.g6f3d5e9b+dfsg/debian/patches/cmake-4.patch	1970-01-01 02:00:00.000000000 +0200
+++ devil-1.8.0.40.g6f3d5e9b+dfsg/debian/patches/cmake-4.patch	2025-11-09 21:58:43.000000000 +0200
@@ -0,0 +1,36 @@
+Description: Fix FTBFS with CMake 4
+Author: Adrian Bunk <[email protected]>
+Bug-Debian: https://bugs.debian.org/1112838
+
+--- devil-1.8.0.40.g6f3d5e9b+dfsg.orig/DevIL/CMakeLists.txt
++++ devil-1.8.0.40.g6f3d5e9b+dfsg/DevIL/CMakeLists.txt
+@@ -1,4 +1,4 @@
+-cmake_minimum_required(VERSION 2.6)
++cmake_minimum_required(VERSION 3.5)
+ 
+ project(ImageLib)
+ # include our custom modules
+--- devil-1.8.0.40.g6f3d5e9b+dfsg.orig/DevIL/src-IL/CMakeLists.txt
++++ devil-1.8.0.40.g6f3d5e9b+dfsg/DevIL/src-IL/CMakeLists.txt
+@@ -1,4 +1,4 @@
+-cmake_minimum_required(VERSION 2.8)
++cmake_minimum_required(VERSION 3.5)
+ project(DevIL)
+ 
+ include (TestBigEndian)
+--- devil-1.8.0.40.g6f3d5e9b+dfsg.orig/DevIL/src-ILU/CMakeLists.txt
++++ devil-1.8.0.40.g6f3d5e9b+dfsg/DevIL/src-ILU/CMakeLists.txt
+@@ -1,4 +1,4 @@
+-cmake_minimum_required(VERSION 2.6)
++cmake_minimum_required(VERSION 3.5)
+ 
+ project(ILU)
+ 
+--- devil-1.8.0.40.g6f3d5e9b+dfsg.orig/DevIL/src-ILUT/CMakeLists.txt
++++ devil-1.8.0.40.g6f3d5e9b+dfsg/DevIL/src-ILUT/CMakeLists.txt
+@@ -1,4 +1,4 @@
+-cmake_minimum_required(VERSION 2.6)
++cmake_minimum_required(VERSION 3.5)
+ 
+ project(ILUT)
+ 
diff -Nru devil-1.8.0.40.g6f3d5e9b+dfsg/debian/patches/series devil-1.8.0.40.g6f3d5e9b+dfsg/debian/patches/series
--- devil-1.8.0.40.g6f3d5e9b+dfsg/debian/patches/series	2025-08-16 05:31:37.000000000 +0300
+++ devil-1.8.0.40.g6f3d5e9b+dfsg/debian/patches/series	2025-11-09 21:58:43.000000000 +0200
@@ -1,2 +1,3 @@
 update-soname-verison.patch
 fix-typo-ilu_err-french.h.patch
+cmake-4.patch

Reply via email to