On Tue, Nov 11, 2025 at 07:19:17AM -0500, James McCoy wrote:
I've prepared an NMU for capnproto (versioned as 1.1.0-2.1) and uploaded it to DELAYED/5. Please feel free to tell me if I should cancel it.
Updated diff for the released changelog. Cheers, -- James (he/him) GPG Key: 4096R/91BF BF4D 6956 BD5D F7B7 2D23 DFE6 91AE 331B A3DB
diffstat for capnproto-1.1.0 capnproto-1.1.0 changelog | 8 ++++++++ tests/atomic-tests | 2 +- tests/build-tests | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff -Nru capnproto-1.1.0/debian/changelog capnproto-1.1.0/debian/changelog --- capnproto-1.1.0/debian/changelog 2025-01-11 12:52:35.000000000 -0500 +++ capnproto-1.1.0/debian/changelog 2025-11-11 07:19:43.000000000 -0500 @@ -1,3 +1,11 @@ +capnproto (1.1.0-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Bump CMAKE_MINIMUM_REQUIRED version to 3.5 to fix autopkgtests with CMake + 4. (Closes: #1118577) + + -- James McCoy <[email protected]> Tue, 11 Nov 2025 07:19:43 -0500 + capnproto (1.1.0-2) unstable; urgency=medium * Upload version 1.1.0 to unstable diff -Nru capnproto-1.1.0/debian/tests/atomic-tests capnproto-1.1.0/debian/tests/atomic-tests --- capnproto-1.1.0/debian/tests/atomic-tests 2025-01-11 12:52:35.000000000 -0500 +++ capnproto-1.1.0/debian/tests/atomic-tests 2025-11-11 06:47:22.000000000 -0500 @@ -59,7 +59,7 @@ echo "$ATOMIC_PROGRAM_1" >"$WORKDIR/cmake-test.cc" echo ' -CMAKE_MINIMUM_REQUIRED(VERSION 3.2) +CMAKE_MINIMUM_REQUIRED(VERSION 3.5) project(cmake_test) diff -Nru capnproto-1.1.0/debian/tests/build-tests capnproto-1.1.0/debian/tests/build-tests --- capnproto-1.1.0/debian/tests/build-tests 2025-01-11 12:52:35.000000000 -0500 +++ capnproto-1.1.0/debian/tests/build-tests 2025-11-11 06:47:30.000000000 -0500 @@ -58,7 +58,7 @@ echo "$EXAMPLE_PROGRAM_1" >"$WORKDIR/cmake-test.cc" echo ' -CMAKE_MINIMUM_REQUIRED(VERSION 3.2) +CMAKE_MINIMUM_REQUIRED(VERSION 3.5) project(cmake_test)

