Dependencies in Telepathy
The Telepathy framework has a lot of components. It may be hard to understand the dependencies. I discovered Debtree and used it to generate dependency graphs:

The command line was:
debtree -r --condense --no-conflicts --no-recommends --no-alternatives --no-provides empathy > empathy.dot
dot -Tpng -o empathy.png empathy.dot
With this configuration: ~/.debtree/skiplist ~/.debtree/endlist
This should become simpler when libtelepathy dies. I think maybe libmissioncontrol-server is going away too.
Comment by Daf — March 24, 2008 @ 8:54 pm