Does it make sense that apt-cache depends/rdepends
are not always inverse to each other?
For instance, I have a host where apt-cache rdepends liblognorm1
lists these reverse dependencies: rsyslog liblognorm-dev
, but apt-cache depends rsyslog
does not include liblognorm1
(only liblognorm5
) in its dependencies.
Is this a feature or a bug?