On Tue, 2017-10-10 at 11:20 -0700, Francois Marier wrote: > Thanks for the patch Ian. > > I merged it [1] but then noticed that it introduces two lintian problems: > > E: libhdhomerun4: ldconfig-symlink-missing-for-shlib > usr/lib/x86_64-linux-gnu/libhdhomerun.so.4 > usr/lib/x86_64-linux-gnu/libhdhomerun.so.4.0.0 libhdhomerun.so.4 > W: libhdhomerun4: dev-pkg-without-shlib-symlink > usr/lib/x86_64-linux-gnu/libhdhomerun.so.4.0.0 > usr/lib/x86_64-linux-gnu/libhdhomerun.so
Sorry, I don't know how I missed that. Looking now I only actually see the second one (the warning). It's fixed by the additional patch below (note the mode change as well as the content change). Not sure about the error though since I don't see it, but perhaps the same patch helps there? Ian. diff --git a/debian/libhdhomerun-dev.install b/debian/libhdhomerun-dev.install old mode 100644 new mode 100755 index 5101440..4d7dbdf --- a/debian/libhdhomerun-dev.install +++ b/debian/libhdhomerun-dev.install @@ -1,2 +1,3 @@ +#! /usr/bin/dh-exec *.h /usr/include/libhdhomerun -*.so /usr/lib +*.so /usr/lib/${DEB_HOST_MULTIARCH}