> Alas: > [...] > dpkg-shlibdeps: error: cannot find library libpulse.so.0 needed by debian/apulse/usr/lib/x86_64-linux-gnu/apulse/libpulse-simple.so.0 (ELF format: 'elf64-x86-64' abi: '0201003e00000000'; RPATH: '')
I just uploaded a possible fix: https://mentors.debian.net/package/apulse/ It seems to work correctly on sbuild, and produces a valid package that does not mistakenly depend on libapulse0. Apologies for not catching that earlier. The fix in debian/rules reads roughly: override_dh_shlibdeps: dh_shlibdeps -l/usr/lib/${DEB_HOST_MULTIARCH}/apulse Is this OK, or would there be some more portable/compatible/correct way to do that? The path is taken from the debhelper cmake defaults (see the comments in the package). ( Finally, I still see lintian warning about 1 library not linking to libc, is it worth reporting that to upstream? ) Thanks! -mk

