On Tue, Sep 01, 2020 at 12:29:02PM +0200, Michael Hanke wrote: > It seems that upstream has changed the way they set the SO version > information: > > https://salsa.debian.org/med-team/nifticlib/-/commit/eabee0938978a7f5e8e28522be3d856dee3975cf#48dc04d58c3c3f29ad0415ca64d38e3231bffd87_0_17 > > and the previous explicit set in the top-level CMakeLists.txt is gone.
I just built 3.0.1, which seems to have fixed the breakage: libniftiio.so.2 libnifticdf.so.2 libznz.so.3 But libznz changed soname, the library package should really be split into 3 packages and then a transition done for reverse dependencies to pick up runtime dependencies on the split packages: libniftiio2 libnifticdf2 libznz3 > Michael Hanke cu Adrian