Control: tags 1110458 + patch Control: tags 1110458 + pending Dear maintainer,
I've prepared an NMU for molequeue (versioned as 0.9.0-2.1) and uploaded it to DELAYED/15. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for molequeue-0.9.0 molequeue-0.9.0 changelog | 7 +++++++ patches/no-fatal-warnings.patch | 21 +++++++++++++++++++++ patches/series | 1 + 3 files changed, 29 insertions(+) diff -Nru molequeue-0.9.0/debian/changelog molequeue-0.9.0/debian/changelog --- molequeue-0.9.0/debian/changelog 2025-09-27 20:05:35.000000000 +0300 +++ molequeue-0.9.0/debian/changelog 2025-12-29 22:06:06.000000000 +0200 @@ -1,3 +1,10 @@ +molequeue (0.9.0-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Don't build with -Wl,--fatal-warnings. (Closes: #1110458) + + -- Adrian Bunk <[email protected]> Mon, 29 Dec 2025 22:06:06 +0200 + molequeue (0.9.0-2) unstable; urgency=medium * debian patch cmake4.patch sets minimum cmake version 3.5 diff -Nru molequeue-0.9.0/debian/patches/no-fatal-warnings.patch molequeue-0.9.0/debian/patches/no-fatal-warnings.patch --- molequeue-0.9.0/debian/patches/no-fatal-warnings.patch 1970-01-01 02:00:00.000000000 +0200 +++ molequeue-0.9.0/debian/patches/no-fatal-warnings.patch 2025-12-29 22:06:06.000000000 +0200 @@ -0,0 +1,21 @@ +Description: Don't build with -Wl,--fatal-warnings +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1110458 + +--- molequeue-0.9.0.orig/cmake/CompilerFlags.cmake ++++ molequeue-0.9.0/cmake/CompilerFlags.cmake +@@ -15,11 +15,11 @@ if(CMAKE_COMPILER_IS_GNUCXX) + # If we are compiling on Linux then set some extra linker flags too + if(CMAKE_SYSTEM_NAME MATCHES Linux) + set(CMAKE_SHARED_LINKER_FLAGS +- "-Wl,--fatal-warnings -Wl,--no-undefined -lc ${CMAKE_SHARED_LINKER_FLAGS}") ++ "-Wl,--no-undefined -lc ${CMAKE_SHARED_LINKER_FLAGS}") + set(CMAKE_MODULE_LINKER_FLAGS +- "-Wl,--fatal-warnings -Wl,--no-undefined -lc ${CMAKE_MODULE_LINKER_FLAGS}") ++ "-Wl,--no-undefined -lc ${CMAKE_MODULE_LINKER_FLAGS}") + set (CMAKE_EXE_LINKER_FLAGS +- "-Wl,--fatal-warnings -Wl,--no-undefined -lc ${CMAKE_EXE_LINKER_FLAGS}") ++ "-Wl,--no-undefined -lc ${CMAKE_EXE_LINKER_FLAGS}") + endif() + + # Set up the debug CXX_FLAGS for extra warnings diff -Nru molequeue-0.9.0/debian/patches/series molequeue-0.9.0/debian/patches/series --- molequeue-0.9.0/debian/patches/series 2025-09-27 20:05:35.000000000 +0300 +++ molequeue-0.9.0/debian/patches/series 2025-12-29 22:06:06.000000000 +0200 @@ -1 +1,2 @@ cmake4.patch +no-fatal-warnings.patch

