Control: tags 1127242 + patch Control: tags 1127242 + pending
Dear maintainer, I've prepared an NMU for nix (versioned as 2.32.5+dfsg-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. Cheers -- Sebastian Ramacher
diffstat for nix-2.32.5+dfsg nix-2.32.5+dfsg changelog | 10 ++++++++++ control | 15 +++++++-------- 2 files changed, 17 insertions(+), 8 deletions(-) diff -Nru nix-2.32.5+dfsg/debian/changelog nix-2.32.5+dfsg/debian/changelog --- nix-2.32.5+dfsg/debian/changelog 2026-02-17 23:05:50.000000000 +0100 +++ nix-2.32.5+dfsg/debian/changelog 2026-03-07 10:07:08.000000000 +0100 @@ -1,3 +1,13 @@ +nix (2.32.5+dfsg-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * debian/control: + - Switch build dependencies to the unversioned versions now that boost + 1.90 is the default. + - Remove build dependency on libboost-system-dev (Closes: #1127242) + + -- Sebastian Ramacher <[email protected]> Sat, 07 Mar 2026 10:07:08 +0100 + nix (2.32.5+dfsg-1) unstable; urgency=medium * New upstream release diff -Nru nix-2.32.5+dfsg/debian/control nix-2.32.5+dfsg/debian/control --- nix-2.32.5+dfsg/debian/control 2026-02-17 23:05:30.000000000 +0100 +++ nix-2.32.5+dfsg/debian/control 2026-03-07 09:46:16.000000000 +0100 @@ -13,14 +13,13 @@ libacl1-dev, libarchive-dev, libblake3-dev (>= 1.8.2), - libboost-container1.88-dev, - libboost-context1.88-dev, - libboost-coroutine1.88-dev, - libboost-iostreams1.88-dev, - libboost-system1.88-dev, - libboost-thread1.88-dev, - libboost-url1.88-dev, - libboost1.88-dev, + libboost-container-dev (>= 1.88), + libboost-context-dev (>= 1.88), + libboost-coroutine-dev (>= 1.88), + libboost-iostreams-dev (>= 1.88), + libboost-thread-dev (>= 1.88), + libboost-url-dev (>= 1.88), + libboost-dev (>= 1.88), libbrotli-dev, libbsd-dev, libbz2-dev,

