Control: tags 1112752 + patch Control: tags 1112752 + pending Dear maintainer,
I've prepared an NMU for backward-cpp (versioned as 1.6-1.1) and uploaded it to DELAYED/15. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for backward-cpp-1.6 backward-cpp-1.6 changelog | 7 +++ patches/0001-update-depreciated-cmake-minimum-version.patch | 25 ++++++++++++ patches/series | 1 3 files changed, 33 insertions(+) diff -Nru backward-cpp-1.6/debian/changelog backward-cpp-1.6/debian/changelog --- backward-cpp-1.6/debian/changelog 2021-09-01 07:12:52.000000000 +0300 +++ backward-cpp-1.6/debian/changelog 2025-10-26 22:26:59.000000000 +0200 @@ -1,3 +1,10 @@ +backward-cpp (1.6-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Backport upstream fix for FTBFS with CMake 4. (Closes: #1112752) + + -- Adrian Bunk <[email protected]> Sun, 26 Oct 2025 22:26:59 +0200 + backward-cpp (1.6-1) unstable; urgency=medium * New upstream release v1.6 diff -Nru backward-cpp-1.6/debian/patches/0001-update-depreciated-cmake-minimum-version.patch backward-cpp-1.6/debian/patches/0001-update-depreciated-cmake-minimum-version.patch --- backward-cpp-1.6/debian/patches/0001-update-depreciated-cmake-minimum-version.patch 1970-01-01 02:00:00.000000000 +0200 +++ backward-cpp-1.6/debian/patches/0001-update-depreciated-cmake-minimum-version.patch 2025-10-26 22:26:59.000000000 +0200 @@ -0,0 +1,25 @@ +From a1fa85f334bebc96e0389bd3b214b8fb5936f73c Mon Sep 17 00:00:00 2001 +From: Conor Williams <[email protected]> +Date: Tue, 19 Sep 2023 18:30:29 +0100 +Subject: update depreciated cmake minimum version + +--- + CMakeLists.txt | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 97327cc..cd77867 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -20,7 +20,7 @@ + # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + # SOFTWARE. + +-cmake_minimum_required(VERSION 3.0) ++cmake_minimum_required(VERSION 3.14) + project(backward CXX) + + # Introduce variables: +-- +2.30.2 + diff -Nru backward-cpp-1.6/debian/patches/series backward-cpp-1.6/debian/patches/series --- backward-cpp-1.6/debian/patches/series 1970-01-01 02:00:00.000000000 +0200 +++ backward-cpp-1.6/debian/patches/series 2025-10-26 22:26:59.000000000 +0200 @@ -0,0 +1 @@ +0001-update-depreciated-cmake-minimum-version.patch

