Codebase list debian-edu / 51e6a6b0-ca22-4d68-bfaf-ebc4754968bf/main interdepend-proposal.dot
51e6a6b0-ca22-4d68-bfaf-ebc4754968bf/main

Tree @51e6a6b0-ca22-4d68-bfaf-ebc4754968bf/main (Download .tar.gz)

interdepend-proposal.dot @51e6a6b0-ca22-4d68-bfaf-ebc4754968bf/mainraw · history · blame

digraph packages {
concentrate=true;
size="30,40";
"ltsp-server" -> "workstation";
"networked" -> "common";
"workstation" -> "networked";
"workstation" -> "<desktop>";
"standalone" -> "common";
"standalone" -> "<desktop>";
"<desktop>" -> "desktop-kde";
"<desktop>" -> "desktop-gnome";
"desktop-kde" -> "desktop-other";
"desktop-gnome" -> "desktop-other";
"desktop-other" -> "astronomy";
"desktop-other" -> "chemistry";
"desktop-other" -> "electronics";
"desktop-other" -> "geography";
"desktop-other" -> "graphics";
"desktop-other" -> "language";
"desktop-other" -> "logic-games";
"desktop-other" -> "mathematics";
"desktop-other" -> "music";
"desktop-other" -> "physics";
"desktop-other" -> "misc";
"main-server" -> "networked";
"main-server" -> "services";
"<desktop>" [shape=diamond];
"services" [shape=box];
"logic-games" [shape=box];
"ltsp-server" [shape=box];
"desktop-other" [shape=box];
"common" [shape=box];
"music" [shape=box];
"graphics" [shape=box];
"networked" [shape=box];
"language" [shape=box];
"physics" [shape=box];
"mathematics" [shape=box];
"electronics" [shape=box];
"misc" [shape=box];
"desktop-gnome" [shape=box];
"standalone" [shape=box];
"geography" [shape=box];
"laptop" [shape=box];
"astronomy" [shape=box];
"desktop-kde" [shape=box];
"chemistry" [shape=box];
"workstation" [shape=box];
"main-server" [shape=box];
}