Make libelogind fully replace libsystemd0
Libelogind is meant to be ABI compatible with libsystemd0 therefore, we can add symlinks from usr/lib/powerpc64le-linux-gnu/libelogind.so.0.23.0 to /lib/powerpc64le-linux-gnu/libsystemd.so.0.23.0 and /lib/powerpc64le-linux-gnu/libsystemd.so.0
You will also need to set the following fields in debian/control: Provides: libsystemd0 (=239) Replaces: libsystemd0 Conflicts: libsystemd0
Are you up to doing this, or do you want me too?
-
changed the description
-
assigned to @LeePen
-
@CenturionDan I think the answer to this is that it may work sometimes, but not reliably.
It really depends on the headers the binary was compiled against.
-
closed
-
@CenturionDan I have just build version241.1-1 for suites/unstable. This replaces libsystemd.so with symlinks to libelogind.so (which is now ABI compatible)