~ubuntu-branches/ubuntu/hardy/debian-edu/hardy

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
digraph packages {
concentrate=true;
size="30,40";
"thin-client-server" -> "workstation";
"networked" -> "common";
"standalone" -> "common";
"standalone" -> "desktop-other";
"desktop-other" -> "<desktop>";
"<desktop>" -> "desktop-kde";
"<desktop>" -> "desktop-gnome";
"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";
"workstation" -> "desktop-other";
"workstation" -> "networked";
"main-server" -> "networked";
"<desktop>" [shape=diamond];
"services" [shape=box];
"logic-games" [shape=box];
"thin-client-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];
}