Control: tags 1113545 + patch Control: tags 1113545 + pending -- Dear maintainer,
I've prepared an NMU for stretchplayer (versioned as 0.503-5.1) and uploaded it to DELAYED/1. Please feel free to tell me if I should cancel it. -- Regards Sudip diffstat for stretchplayer-0.503 stretchplayer-0.503 changelog | 7 +++++++ rules | 3 +++ 2 files changed, 10 insertions(+) diff -Nru stretchplayer-0.503/debian/changelog stretchplayer-0.503/debian/changelog --- stretchplayer-0.503/debian/changelog 2025-08-01 21:16:08.000000000 +0100 +++ stretchplayer-0.503/debian/changelog 2026-03-17 22:07:34.000000000 +0000 @@ -1,3 +1,10 @@ +stretchplayer (0.503-5.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with CMake. (Closes: #1113545) + + -- Sudip Mukherjee <[email protected]> Tue, 17 Mar 2026 22:07:34 +0000 + stretchplayer (0.503-5) unstable; urgency=medium * Team Upload diff -Nru stretchplayer-0.503/debian/rules stretchplayer-0.503/debian/rules --- stretchplayer-0.503/debian/rules 2025-08-01 21:16:08.000000000 +0100 +++ stretchplayer-0.503/debian/rules 2026-03-17 22:06:51.000000000 +0000 @@ -5,3 +5,6 @@ %: dh $@ --buildsystem=cmake + +override_dh_auto_configure: + dh_auto_configure -- -DCMAKE_POLICY_VERSION_MINIMUM=3.5

