Control: tags 1113608 + patch Control: tags 1113608 + pending -- Dear maintainer,
I've prepared an NMU for utox (versioned as 0.18.1-1.1) and uploaded it to DELAYED/1. Please feel free to tell me if I should cancel it. -- Regards Sudip diffstat for utox-0.18.1 utox-0.18.1 changelog | 7 +++++++ rules | 3 ++- tests/unittest.sh | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff -Nru utox-0.18.1/debian/changelog utox-0.18.1/debian/changelog --- utox-0.18.1/debian/changelog 2021-01-28 09:48:20.000000000 +0000 +++ utox-0.18.1/debian/changelog 2026-03-20 15:37:46.000000000 +0000 @@ -1,3 +1,10 @@ +utox (0.18.1-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Define CMake compatibility to fix FTBFS. (Closes: #1113608) + + -- Sudip Mukherjee <[email protected]> Fri, 20 Mar 2026 15:37:46 +0000 + utox (0.18.1-1) unstable; urgency=medium * New upstream release diff -Nru utox-0.18.1/debian/rules utox-0.18.1/debian/rules --- utox-0.18.1/debian/rules 2020-12-08 16:40:16.000000000 +0000 +++ utox-0.18.1/debian/rules 2026-03-20 15:37:30.000000000 +0000 @@ -22,4 +22,5 @@ -DENABLE_FILTERAUDIO=OFF \ -DENABLE_TESTS=ON \ -DENABLE_LTO=OFF \ - -DSTBI_INCLUDE_DIR=/usr/include/stb + -DSTBI_INCLUDE_DIR=/usr/include/stb \ + -DCMAKE_POLICY_VERSION_MINIMUM=3.5 diff -Nru utox-0.18.1/debian/tests/unittest.sh utox-0.18.1/debian/tests/unittest.sh --- utox-0.18.1/debian/tests/unittest.sh 2020-12-08 16:40:16.000000000 +0000 +++ utox-0.18.1/debian/tests/unittest.sh 2026-03-20 15:37:30.000000000 +0000 @@ -3,7 +3,7 @@ mkdir build cd build -cmake .. -DENABLE_LTO=OFF -DENABLE_FILTERAUDIO=OFF -DENABLE_TESTS=ON -DSTBI_INCLUDE_DIR=/usr/include/stb +cmake .. -DENABLE_LTO=OFF -DENABLE_FILTERAUDIO=OFF -DENABLE_TESTS=ON -DSTBI_INCLUDE_DIR=/usr/include/stb -DCMAKE_POLICY_VERSION_MINIMUM=3.5 make test_chatlog make test_chrono make test

