Bug#911904: Processed: block 911904 with 911915

2018-10-31 Thread 073plan
Hi all, 在 2018-10-26五的 13:49 +0200,Michal Čihař写道: > Hi > > On Fri, 2018-10-26 at 10:51 +0200, Ondřej Surý wrote: > > LIBTIDY_LIBRARY=$(shell readlink -f > > /usr/lib/$(DEB_HOST_MULTIARCH)/libtidy.so) > > Well it all started from this file being absent from the package :-) > > > LIBTIDY_PACKAGE

Bug#911904: Processed: block 911904 with 911915

2018-10-26 Thread Michal Čihař
Hi On Fri, 2018-10-26 at 10:51 +0200, Ondřej Surý wrote: > LIBTIDY_LIBRARY=$(shell readlink -f > /usr/lib/$(DEB_HOST_MULTIARCH)/libtidy.so) Well it all started from this file being absent from the package :-) > LIBTIDY_PACKAGE=$(shell dpkg-query --search $(LIBTIDY_LIBRARY) | cut > -f 1 -d :) > L

Bug#911904: Processed: block 911904 with 911915

2018-10-26 Thread Ondřej Surý
Also libtidy5deb1 doesn’t have libtidy.so, just libtidy.so.5deb1 and libtidy.so.5deb1.0.0. It worked before because there was fallback to libtidy.so.5 in LIBNAMES. But now instead of whacking the new SONAME into the package every time it changes, you should solve it once and forever to resolve

Bug#911904: Processed: block 911904 with 911915

2018-10-26 Thread Ondřej Surý
That way the package would be binNMUable -- Ondřej Surý > On 26 Oct 2018, at 13:49, Michal Čihař wrote: > > Hi > >> On Fri, 2018-10-26 at 10:51 +0200, Ondřej Surý wrote: >> LIBTIDY_LIBRARY=$(shell readlink -f >> /usr/lib/$(DEB_HOST_MULTIARCH)/libtidy.so) > > Well it all started from this fil

Bug#911904: Processed: block 911904 with 911915

2018-10-26 Thread Ondřej Surý
libtidy-dev will go to B-D -- Ondřej Surý > On 26 Oct 2018, at 13:49, Michal Čihař wrote: > > Hi > >> On Fri, 2018-10-26 at 10:51 +0200, Ondřej Surý wrote: >> LIBTIDY_LIBRARY=$(shell readlink -f >> /usr/lib/$(DEB_HOST_MULTIARCH)/libtidy.so) > > Well it all started from this file being absent

Bug#911904: Processed: block 911904 with 911915

2018-10-26 Thread Ondřej Surý
LIBTIDY_LIBRARY=$(shell readlink -f /usr/lib/$(DEB_HOST_MULTIARCH)/libtidy.so) LIBTIDY_PACKAGE=$(shell dpkg-query --search $(LIBTIDY_LIBRARY) | cut -f 1 -d :) LIBTIDY_LIBRARY_FILE$(shell basename $(LIBTIDY_LIBRARY)) then sed -e “s/libtidy.so/$(LIBTIDY_LIBRARY_FILE)” lib.py echo libtidy:Depends=$