[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1113427: psimd: diff for NMU version 0.0~git20200517.072586a-2.1



Control: tags 1113427 + patch
Control: tags 1113427 + pending

Dear maintainer,

I've prepared an NMU for psimd (versioned as 0.0~git20200517.072586a-2.1)
and uploaded it to DELAYED/15. Please feel free to tell me if I should 
cancel it.

cu
Adrian
diffstat for psimd-0.0~git20200517.072586a psimd-0.0~git20200517.072586a

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

diff -Nru psimd-0.0~git20200517.072586a/debian/changelog psimd-0.0~git20200517.072586a/debian/changelog
--- psimd-0.0~git20200517.072586a/debian/changelog	2020-11-04 08:01:36.000000000 +0200
+++ psimd-0.0~git20200517.072586a/debian/changelog	2025-11-14 21:07:12.000000000 +0200
@@ -1,3 +1,10 @@
+psimd (0.0~git20200517.072586a-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with CMake 4. (Closes: #1113427)
+
+ -- Adrian Bunk <bunk@debian.org>  Fri, 14 Nov 2025 21:07:12 +0200
+
 psimd (0.0~git20200517.072586a-2) unstable; urgency=medium
 
   * Change maintainer into Debian Deep Learning Team <debian-ai@l.d.o>.
diff -Nru psimd-0.0~git20200517.072586a/debian/patches/cmake-4.patch psimd-0.0~git20200517.072586a/debian/patches/cmake-4.patch
--- psimd-0.0~git20200517.072586a/debian/patches/cmake-4.patch	1970-01-01 02:00:00.000000000 +0200
+++ psimd-0.0~git20200517.072586a/debian/patches/cmake-4.patch	2025-11-14 21:07:12.000000000 +0200
@@ -0,0 +1,12 @@
+Description: Fix FTBFS with CMake 4
+Author: Adrian Bunk <bunk@debian.org>
+Bug-Debian: https://bugs.debian.org/1113427
+
+--- psimd-0.0~git20200517.072586a.orig/CMakeLists.txt
++++ psimd-0.0~git20200517.072586a/CMakeLists.txt
+@@ -1,4 +1,4 @@
+-CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12 FATAL_ERROR)
++CMAKE_MINIMUM_REQUIRED(VERSION 3.5 FATAL_ERROR)
+ 
+ INCLUDE(GNUInstallDirs)
+ 
diff -Nru psimd-0.0~git20200517.072586a/debian/patches/series psimd-0.0~git20200517.072586a/debian/patches/series
--- psimd-0.0~git20200517.072586a/debian/patches/series	1970-01-01 02:00:00.000000000 +0200
+++ psimd-0.0~git20200517.072586a/debian/patches/series	2025-11-14 21:07:12.000000000 +0200
@@ -0,0 +1 @@
+cmake-4.patch

Reply to: