control: severity -1 serious Hello, On Tue, 1 Sep 2020 12:29:02 +0200 Michael Hanke <m...@debian.org> 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. >
This change looks like broke all the runtime dependencies, because the library linked by them changed its name /usr/lib/libnifti2.so.0.0.0.0 /usr/lib/libnifticdf.so.2 /usr/lib/libnifticdf.so.2.0.0 and now the above error makes the reverse dependencies fail to start without a rebuild. this library libnifti2 should probably runtime break all the reverse-dependencies not yet binNMUed (I'm going to open shortly a binNMU request for reverse-dependencies) G.