Control: tags 1113585 + patch Control: tags 1113585 + pending Dear maintainer,
I've prepared an NMU for traverso (versioned as 0.49.6-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for traverso-0.49.6 traverso-0.49.6 changelog | 8 ++++++++ control | 2 +- patches/cmake-4.patch | 14 ++++++++++++++ patches/series | 1 + 4 files changed, 24 insertions(+), 1 deletion(-) diff -Nru traverso-0.49.6/debian/changelog traverso-0.49.6/debian/changelog --- traverso-0.49.6/debian/changelog 2019-09-10 22:31:48.000000000 +0300 +++ traverso-0.49.6/debian/changelog 2025-11-30 06:47:00.000000000 +0200 @@ -1,3 +1,11 @@ +traverso (0.49.6-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with CMake 4. (Closes: #1113585) + * debian/control: Update Homepage. + + -- Adrian Bunk <[email protected]> Sun, 30 Nov 2025 06:47:00 +0200 + traverso (0.49.6-1) unstable; urgency=medium * Team upload. diff -Nru traverso-0.49.6/debian/control traverso-0.49.6/debian/control --- traverso-0.49.6/debian/control 2019-09-10 22:23:41.000000000 +0300 +++ traverso-0.49.6/debian/control 2025-11-30 06:47:00.000000000 +0200 @@ -22,7 +22,7 @@ libvorbis-dev, libwavpack-dev Standards-Version: 4.4.0 -Homepage: https://traverso-daw.org/ +Homepage: https://savannah.nongnu.org/projects/traverso Vcs-Git: https://salsa.debian.org/multimedia-team/traverso.git Vcs-Browser: https://salsa.debian.org/multimedia-team/traverso diff -Nru traverso-0.49.6/debian/patches/cmake-4.patch traverso-0.49.6/debian/patches/cmake-4.patch --- traverso-0.49.6/debian/patches/cmake-4.patch 1970-01-01 02:00:00.000000000 +0200 +++ traverso-0.49.6/debian/patches/cmake-4.patch 2025-11-30 06:47:00.000000000 +0200 @@ -0,0 +1,14 @@ +Description: Fix FTBFS with CMake 4 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1113585 + +--- traverso-0.49.6.orig/CMakeLists.txt ++++ traverso-0.49.6/CMakeLists.txt +@@ -1,6 +1,6 @@ + #CMAKE SETUP + #Require 3.1.0 for Qt finding +-CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0 FATAL_ERROR) ++CMAKE_MINIMUM_REQUIRED(VERSION 3.5.0 FATAL_ERROR) + + SET(CMAKE_COLOR_MAKEFILE ON) + SET(CMAKE_VERBOSE_MAKEFILE ON) diff -Nru traverso-0.49.6/debian/patches/series traverso-0.49.6/debian/patches/series --- traverso-0.49.6/debian/patches/series 2019-09-10 22:19:16.000000000 +0300 +++ traverso-0.49.6/debian/patches/series 2025-11-30 06:47:00.000000000 +0200 @@ -1,3 +1,4 @@ 01-fix_build.patch 02-fix_spelling.patch 03-flags-passing.patch +cmake-4.patch

