On Sun, Dec 14, 2014 at 05:41:27PM -0500, [email protected] wrote: > this seems to print the packages in the order they need to be installed for > dependencies, is this always the case?
yes. read the code. It's based on *-dir-depends, which shows the full set of dependency pairs, and that goes thru tsort. I should actually document this, as it is useful and won't ever change.
