Control: tags 1112990 + patch
Control: tags 1112990 + pending

Dear maintainer,

I've prepared an NMU for hershey-fonts (versioned as 0.1-1.2) and 
uploaded it to DELAYED/14. Please feel free to tell me if I should 
cancel it.

cu
Adrian
diffstat for hershey-fonts-0.1 hershey-fonts-0.1

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

diff -Nru hershey-fonts-0.1/debian/changelog hershey-fonts-0.1/debian/changelog
--- hershey-fonts-0.1/debian/changelog	2021-01-04 16:08:52.000000000 +0200
+++ hershey-fonts-0.1/debian/changelog	2025-10-24 16:09:47.000000000 +0300
@@ -1,3 +1,10 @@
+hershey-fonts (0.1-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with CMake 4. (Closes: #1112990)
+
+ -- Adrian Bunk <[email protected]>  Fri, 24 Oct 2025 16:09:47 +0300
+
 hershey-fonts (0.1-1.1) unstable; urgency=medium
 
   * Non maintainer upload by the Reproducible Builds team.
diff -Nru hershey-fonts-0.1/debian/patches/cmake-4.patch hershey-fonts-0.1/debian/patches/cmake-4.patch
--- hershey-fonts-0.1/debian/patches/cmake-4.patch	1970-01-01 02:00:00.000000000 +0200
+++ hershey-fonts-0.1/debian/patches/cmake-4.patch	2025-10-24 16:09:47.000000000 +0300
@@ -0,0 +1,37 @@
+Description: Fix FTBFS with CMake 4
+Author: Adrian Bunk <[email protected]>
+Bug-Debian: https://bugs.debian.org/1112990
+
+--- hershey-fonts-0.1.orig/CMakeLists.txt
++++ hershey-fonts-0.1/CMakeLists.txt
+@@ -8,7 +8,7 @@ project(hershey-fonts)
+ set(hershey-fonts_VERSION_MAJOR 0)
+ set(hershey-fonts_VERSION_MINOR 1)
+ 
+-cmake_minimum_required(VERSION 2.6)
++cmake_minimum_required(VERSION 3.5)
+ enable_testing()
+ 
+ file(GLOB jhf_files "hershey-fonts/*.jhf")
+--- hershey-fonts-0.1.orig/libhersheyfont/CMakeLists.txt
++++ hershey-fonts-0.1/libhersheyfont/CMakeLists.txt
+@@ -4,7 +4,7 @@
+ # License: GPL-2+
+ #
+ 
+-cmake_minimum_required(VERSION 2.6)
++cmake_minimum_required(VERSION 3.5)
+ 
+ set(HERSHEY_FONTS_DIR	"${CMAKE_INSTALL_PREFIX}/share/hershey-fonts")
+ 
+--- hershey-fonts-0.1.orig/tools/CMakeLists.txt
++++ hershey-fonts-0.1/tools/CMakeLists.txt
+@@ -4,7 +4,7 @@
+ # License: GPL-2+
+ #
+ 
+-cmake_minimum_required(VERSION 2.6)
++cmake_minimum_required(VERSION 3.5)
+ 
+ include_directories (../libhersheyfont)
+ link_directories (${CMAKE_BINARY_DIR}/../libhersheyfont)
diff -Nru hershey-fonts-0.1/debian/patches/series hershey-fonts-0.1/debian/patches/series
--- hershey-fonts-0.1/debian/patches/series	1970-01-01 02:00:00.000000000 +0200
+++ hershey-fonts-0.1/debian/patches/series	2025-10-24 16:09:47.000000000 +0300
@@ -0,0 +1 @@
+cmake-4.patch

Reply via email to