diffstat for tasksh-1.2.0 tasksh-1.2.0

 changelog             |    8 ++++++++
 control               |    2 +-
 patches/cmake-4.patch |   46 ++++++++++++++++++++++++++++++++++++++++++++++
 patches/series        |    1 +
 4 files changed, 56 insertions(+), 1 deletion(-)

diff -Nru tasksh-1.2.0/debian/changelog tasksh-1.2.0/debian/changelog
--- tasksh-1.2.0/debian/changelog	2017-07-02 14:06:44.000000000 +0300
+++ tasksh-1.2.0/debian/changelog	2025-11-30 05:55:16.000000000 +0200
@@ -1,3 +1,11 @@
+tasksh (1.2.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with CMake 4. (Closes: #1113559)
+  * debian/control: Update Homepage.
+
+ -- Adrian Bunk <bunk@debian.org>  Sun, 30 Nov 2025 05:55:16 +0200
+
 tasksh (1.2.0-1) unstable; urgency=medium
 
   * Team upload.
diff -Nru tasksh-1.2.0/debian/control tasksh-1.2.0/debian/control
--- tasksh-1.2.0/debian/control	2017-07-02 14:06:44.000000000 +0300
+++ tasksh-1.2.0/debian/control	2025-11-30 05:55:16.000000000 +0200
@@ -7,7 +7,7 @@
 Standards-Version: 4.0.0
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-tasktools/tasksh.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-tasktools/tasksh.git
-Homepage: https://tasktools.org/projects/tasksh.html
+Homepage: https://taskwarrior.org/
 
 Package: tasksh
 Architecture: any
diff -Nru tasksh-1.2.0/debian/patches/cmake-4.patch tasksh-1.2.0/debian/patches/cmake-4.patch
--- tasksh-1.2.0/debian/patches/cmake-4.patch	1970-01-01 02:00:00.000000000 +0200
+++ tasksh-1.2.0/debian/patches/cmake-4.patch	2025-11-30 05:55:16.000000000 +0200
@@ -0,0 +1,46 @@
+Description: Fix FTBFS with CMake 4
+Author: Adrian Bunk <bunk@debian.org>
+Bug-Debian: https://bugs.debian.org/1113559
+
+--- tasksh-1.2.0.orig/CMakeLists.txt
++++ tasksh-1.2.0/CMakeLists.txt
+@@ -1,5 +1,4 @@
+-cmake_minimum_required (VERSION 2.8)
+-set (CMAKE_LEGACY_CYGWIN_WIN32 0) # Remove when CMake >= 2.8.4 is required
++cmake_minimum_required (VERSION 3.5)
+ set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake")
+ set (HAVE_CMAKE true)
+ 
+--- tasksh-1.2.0.orig/doc/CMakeLists.txt
++++ tasksh-1.2.0/doc/CMakeLists.txt
+@@ -1,4 +1,4 @@
+-cmake_minimum_required (VERSION 2.8)
++cmake_minimum_required (VERSION 3.5)
+ message ("-- Configuring man pages")
+ set (man_FILES tasksh.1)
+ foreach (man_FILE ${man_FILES})
+--- tasksh-1.2.0.orig/src/CMakeLists.txt
++++ tasksh-1.2.0/src/CMakeLists.txt
+@@ -1,4 +1,4 @@
+-cmake_minimum_required (VERSION 2.8)
++cmake_minimum_required (VERSION 3.5)
+ include_directories (${CMAKE_SOURCE_DIR}
+                      ${CMAKE_SOURCE_DIR}/src
+                      ${CMAKE_SOURCE_DIR}/src/libshared/src
+--- tasksh-1.2.0.orig/src/libshared/CMakeLists.txt
++++ tasksh-1.2.0/src/libshared/CMakeLists.txt
+@@ -1,5 +1,4 @@
+-cmake_minimum_required (VERSION 2.8)
+-set (CMAKE_LEGACY_CYGWIN_WIN32 0) # Remove when CMake >= 2.8.4 is required
++cmake_minimum_required (VERSION 3.5)
+ set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake")
+ set (HAVE_CMAKE true)
+ 
+--- tasksh-1.2.0.orig/src/libshared/src/CMakeLists.txt
++++ tasksh-1.2.0/src/libshared/src/CMakeLists.txt
+@@ -1,4 +1,4 @@
+-cmake_minimum_required (VERSION 2.8)
++cmake_minimum_required (VERSION 3.5)
+ include_directories (${CMAKE_SOURCE_DIR}
+                      ${CMAKE_SOURCE_DIR}/src)
+ 
diff -Nru tasksh-1.2.0/debian/patches/series tasksh-1.2.0/debian/patches/series
--- tasksh-1.2.0/debian/patches/series	2017-06-26 18:13:00.000000000 +0300
+++ tasksh-1.2.0/debian/patches/series	2025-11-30 05:55:16.000000000 +0200
@@ -1,2 +1,3 @@
 redundant_docs.patch
 hurd-ftbfs-path-max.patch
+cmake-4.patch
