On Wed, Oct 04, 2023 at 03:23:46PM -0400, David James wrote: > Hi Anton, > > Is there anything I can do to help this transition along? I wish to > package software that does not build on 1.74, but does on 1.81 and 1.82. > If there's anyway I can assist with bumping boost-defaults to 1.81 or 1.82 > I would be happy to help.
Note that as a workaround you could temporarily use a non-default boost by build depending on libboost-foo1.81-dev instead of libboost-foo-dev, and then later switch to libboost-foo-dev (>= 1.81) [1] after the defaults change. > Regards, > > David James cu Adrian [1] Build-Depends: libboost-foo-dev (>= 1.81) | libboost-foo1.81-dev would then (*after* the defaults change) be an alternative option to make the package easily backportable since boost1.81 is already in bookworm and even bullseye-backports