summaryrefslogtreecommitdiffstats
path: root/testset/debconf6.dot
blob: 054e383dc36dc2fc315054b9f0c082565d5c4594 (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
60
61
62
63
64
65
66
67
68
digraph "debconf" {
	rankdir=LR;
	node [shape=box];
	"debconf" -> "alt1" [color=blue];
	"alt1":"debconf-i18n" -> "debconf" [color=blue];
	"alt1":"debconf-i18n" -> "liblocale-gettext-perl" [color=blue];
	"liblocale-gettext-perl" -> "perl-base" [color=purple,style=bold,label="(>= 5.10.0-9)"];
	"perl-base" -> "dpkg" [color=purple,style=bold,label="(>= 1.14.20)"];
	"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];
	"alt1":"debconf-i18n" -> "libtext-iconv-perl" [color=blue];
	"libtext-iconv-perl" -> "perl-base" [color=blue,label="(>= 5.10.0-9)"];
	"libtext-iconv-perl" -> "perlapi-5.10.0" [color=blue];
	"alt1":"debconf-i18n" -> "libtext-wrapi18n-perl" [color=blue];
	"libtext-wrapi18n-perl" -> "libtext-charwidth-perl" [color=blue];
	"libtext-charwidth-perl" -> "perl-base" [color=blue,label="(>= 5.10.0-9)"];
	"libtext-charwidth-perl" -> "perlapi-5.10.0" [color=blue];
	"alt1":"debconf-i18n" -> "libtext-charwidth-perl" [color=blue];
	"alt1":"debconf-i18n" -> "alt1":"debconf-english" [color=red];
	"alt1":"debconf-english" -> "debconf" [color=blue];
	"alt1":"debconf-english" -> "alt1":"debconf-i18n" [color=red];
	"debconf" -> "perl-base" [color=purple,style=bold,label="(>= 5.6.1-4)"];
	"debconf" -> "debconf-doc" [style=dotted];
	"debconf" -> "debconf-utils" [style=dotted];
	"debconf" -> "alt2" [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" [label="(>= 0.5.1)"];
	"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];
	alt1 [
		shape = "record"
		label = "<debconf-i18n> debconf-i18n | <debconf-english> debconf-english"
	]
	alt2 [
		shape = "record"
		label = "<whiptail> \{whiptail\} | <dialog> \{dialog\} | <gnome-utils> \{gnome-utils\}"
	]
	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];
}
// Excluded dependencies:
// libc6 libgcc1 libstdc++6