summaryrefslogtreecommitdiffstats
path: root/testset/debconf3.dot
blob: d785286d398bc7916404fbfcbc7e056f4ca5f296 (plain)
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
49
50
51
52
53
54
55
56
57
58
59
digraph "debconf" {
	rankdir=LR;
	node [shape=box];
	"debconf" -> "debconf-i18n" [color=blue];
	"debconf-i18n" -> "debconf" [color=blue];
	"debconf-i18n" -> "liblocale-gettext-perl" [color=blue];
	"liblocale-gettext-perl" -> "perl-base" [color=purple,style=bold];
	"perl-base" -> "dpkg" [color=purple,style=bold];
	"perl-base" -> "perl" [style=dotted];
	"liblocale-gettext-perl" -> "perlapi-5.10.0" [color=purple,style=bold];
	"perlapi-5.10.0" -> "perl-base" [dir=back,arrowtail=inv,color=green];
	"perlapi-5.10.0" [shape=octagon];
	"debconf-i18n" -> "libtext-iconv-perl" [color=blue];
	"libtext-iconv-perl" -> "perl-base" [color=blue];
	"libtext-iconv-perl" -> "perlapi-5.10.0" [color=blue];
	"debconf-i18n" -> "libtext-wrapi18n-perl" [color=blue];
	"libtext-wrapi18n-perl" -> "libtext-charwidth-perl" [color=blue];
	"libtext-charwidth-perl" -> "perl-base" [color=blue];
	"libtext-charwidth-perl" -> "perlapi-5.10.0" [color=blue];
	"debconf-i18n" -> "libtext-charwidth-perl" [color=blue];
	"debconf-i18n" -> "debconf-english" [color=red];
	"debconf" -> "perl-base" [color=purple,style=bold];
	"debconf" -> "debconf-doc" [style=dotted];
	"debconf" -> "debconf-utils" [style=dotted];
	"debconf" -> "whiptail" [style=dotted];
	"debconf" -> "libterm-readline-gnu-perl" [style=dotted];
	"debconf" -> "libgnome2-perl" [style=dotted];
	"debconf" -> "libqt-perl" [style=dotted];
	"debconf" -> "libnet-ldap-perl" [style=dotted];
	"debconf" -> "perl" [style=dotted];
	"debconf" -> "apt-utils";
	"apt-utils" -> "libapt-pkg-libc6.7-6-4.6" [color=blue];
	"libapt-pkg-libc6.7-6-4.6" -> "apt" [dir=back,arrowtail=inv,color=green];
	"libapt-pkg-libc6.7-6-4.6" [shape=octagon];
	"apt-utils" -> "libdb4.6" [color=blue];
	"debconf" -> "debconf-tiny" [color=red];
	"debconf" -> "debconf-2.0" [arrowhead=inv,color=green];
	"debconf-2.0" -> virt1 [dir=back,arrowtail=inv,color=green];
	"debconf-2.0" [shape=octagon];
	"debconf" [style="setlinewidth(2)"]
	"debconf-tiny" [style=filled,fillcolor=oldlace];
	virt1 [
		shape = "record"
		style = "rounded"
		label = "<debconf> [debconf] | <cdebconf> \{cdebconf\}"
	]
	"apt" [shape=diamond];
	"debconf-doc" [shape=diamond];
	"debconf-utils" [shape=diamond];
	"dpkg" [shape=diamond];
	"libgnome2-perl" [shape=diamond];
	"libnet-ldap-perl" [shape=diamond];
	"libqt-perl" [shape=diamond];
	"libterm-readline-gnu-perl" [shape=diamond];
	"perl" [shape=diamond];
	"whiptail" [shape=diamond];
}
// Excluded dependencies:
// libc6 libgcc1 libstdc++6