Control: tags 1113538 + patch Control: tags 1113538 + pending Dear maintainer,
I've prepared an NMU for sqlitebrowser (versioned as 3.13.0-1.1) and uploaded it to DELAYED/15. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for sqlitebrowser-3.13.0 sqlitebrowser-3.13.0 changelog | 7 +++++++ patches/cmake-4.patch | 20 ++++++++++++++++++++ patches/series | 1 + 3 files changed, 28 insertions(+) diff -Nru sqlitebrowser-3.13.0/debian/changelog sqlitebrowser-3.13.0/debian/changelog --- sqlitebrowser-3.13.0/debian/changelog 2024-08-29 11:46:36.000000000 +0300 +++ sqlitebrowser-3.13.0/debian/changelog 2025-10-26 22:20:21.000000000 +0200 @@ -1,3 +1,10 @@ +sqlitebrowser (3.13.0-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with CMake 4. (Closes: #1113538) + + -- Adrian Bunk <[email protected]> Sun, 26 Oct 2025 22:20:21 +0200 + sqlitebrowser (3.13.0-1) unstable; urgency=medium * New upstream release (Closes: #1079266). diff -Nru sqlitebrowser-3.13.0/debian/patches/cmake-4.patch sqlitebrowser-3.13.0/debian/patches/cmake-4.patch --- sqlitebrowser-3.13.0/debian/patches/cmake-4.patch 1970-01-01 02:00:00.000000000 +0200 +++ sqlitebrowser-3.13.0/debian/patches/cmake-4.patch 2025-10-26 22:20:21.000000000 +0200 @@ -0,0 +1,20 @@ +Description: Fix FTBFS with CMake 4 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1113538 + +--- sqlitebrowser-3.13.0.orig/libs/qcustomplot-source/CMakeLists.txt ++++ sqlitebrowser-3.13.0/libs/qcustomplot-source/CMakeLists.txt +@@ -1,4 +1,4 @@ +-cmake_minimum_required(VERSION 2.8.12.2) ++cmake_minimum_required(VERSION 3.5) + + set(CMAKE_AUTOMOC ON) + set(CMAKE_INCLUDE_CURRENT_DIR ON) +--- sqlitebrowser-3.13.0.orig/libs/qhexedit/CMakeLists.txt ++++ sqlitebrowser-3.13.0/libs/qhexedit/CMakeLists.txt +@@ -1,4 +1,4 @@ +-cmake_minimum_required(VERSION 2.8.12.2) ++cmake_minimum_required(VERSION 3.5) + + set(CMAKE_AUTOMOC ON) + set(CMAKE_INCLUDE_CURRENT_DIR ON) diff -Nru sqlitebrowser-3.13.0/debian/patches/series sqlitebrowser-3.13.0/debian/patches/series --- sqlitebrowser-3.13.0/debian/patches/series 1970-01-01 02:00:00.000000000 +0200 +++ sqlitebrowser-3.13.0/debian/patches/series 2025-10-26 22:20:21.000000000 +0200 @@ -0,0 +1 @@ +cmake-4.patch

