Le 18/12/2015 15:35, John Hughes a écrit :
> The list is, of course, spurious.
>
> $ cat /etc/debian_version
> 8.2
> $ apt-cache rdepends libsystemd0 | wc -l
> 74
Sorry, my primary attitude is to believe what people write. So it's
only 74. Does it include chained dependency?
> Every single function in libsystemd0 looks like:
>
> if (init_is_systemd) {
> do some systemd stuff;
> }
> else {
> carry on as before;
> }
But do they have also a libupstart0, libsysv0, etc, on which all
these 74 package depend?
Didier