On Wed, May 07, 2025 at 11:28:09PM +0200, Chris Hofstaedtler wrote: > * Andrew Bower <and...@bower.uk> [250507 21:42]: > > > > > Unfortunately, libgetdns' soname has changed to 12, so I guess the > > > > > library's > > > > > binary package needs to be renamed to libgetdns12 which means getdns > > > > > has to > > > > > pass the NEW queue again. > > > > If I have understood correctly, we can represent the changes via the > > symbols file and, in this case, not need to reflect the soname bump in > > the package name. Certainly this appears to have happened for version > > 11. But I stand to be correct on that by someone more experienced! > > No. getdns 1.6.0 used the soname libgetdns.so.10. > > You must change the package name to libgetdns12 in this case.
You would think, but... lrwxrwxrwx root/root 0 2025-05-07 19:44 ./usr/lib/x86_64-linux-gnu/libgetdns.so.10 -> libgetdns.so.10.2.0 What have I not got?