Bug#911915: Wrong library filename

2018-10-26 Thread Michal Čihař
Hi On Fri, 2018-10-26 at 08:36 +0200, Ondřej Surý wrote: > Not sure if it’s “serious” per se, as the package is full functional, > but I’ll upload a fix in a minute. Thanks, it breaks python-utidylib, that was my motivation for the severity. -- Michal Čihař | https://cihar.com/ | https:

Bug#911915: Wrong library filename

2018-10-26 Thread Ondřej Surý
This might be bug in python-utidylib, as packages should rely on SONAME of the library: $ objdump -p /usr/lib/x86_64-linux-gnu/libtidy.so... | grep SONAME SONAME libtidy.so.5deb1 And not on the full library name. (Anyway it has been fixed already…but it might be worth fixing in

Bug#911915: Wrong library filename

2018-10-25 Thread Ondřej Surý
Not sure if it’s “serious” per se, as the package is full functional, but I’ll upload a fix in a minute. O. -- Ondřej Surý ond...@sury.org > On 26 Oct 2018, at 07:53, Michal Čihař wrote: > > Package: libtidy5deb1 > Version: 2:5.6.0-4 > Severity: serious > > -BEGIN PGP SIGNED MESSAGE

Bug#911915: Wrong library filename

2018-10-25 Thread Michal Čihař
Package: libtidy5deb1 Version: 2:5.6.0-4 Severity: serious -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi The soname change probably broke something in the build system, as the library without soname is named: /usr/lib/x86_64-linux-gnu/libtidy.so... The three dots at the end really should