Control: found -1 2021~beta2-1 On 11/12/20 3:42 AM, Debian Bug Tracking System wrote: > gromacs (2021~beta2-1) experimental; urgency=medium > . > * New upstream beta release. > - Remove versioning-for-nblib.patch, incorporated in this release. > - libnblib SONAME corrected to 0.2.0. (Closes: #973639)
The SONAME of the file /usr/lib/x86_64-linux-gnu/libgmxapi.so.0.2.0 is libgmxapi.so.0, thus we still have a file conflict on the SONAME symlink libgmxapi.so.0 in both libgromacs5 and libgromacs6. The SONAME of the file /usr/lib/x86_64-linux-gnu/libnblib.so.0.1.0 is (still) libnblib.so.0, so the changelog entry looks bogus. There is no file conflict of libnblib.so* with libgromacs5 since there was no libnblib.so* in libgromacs5. Andreas PS: objdump -x libfoo.so.1.2.3 | grep SONAME PPS: I still think that you would make your life easier with three separate library packages: libgromacs6, libgmxapi0, libnblib0