* Gabriel F. T. Gomes:
This is probably due to the fact that libiso9660 is built from the same
source as libcdio; thus, when libiso9660 is built, it is linked against
the version of libcdio installed on the build system, which is version
2.1.0-5.
This is wrong. libcdio itself doesn't have to be installed during the
build of libiso9660. The dependency is taken from the symbols file, and
I did not update debian/libcdio.symbols to be 2.2.0.
This would fix the dependency confusion we are seeing.
I now wonder if I should try and do this for this release, or wait
until trixie is released, then resume this work when unstable is no
longer frozen.
Any thoughts about this, Emilio?