summaryrefslogtreecommitdiffstats
path: root/testset/debconf8.dot
blob: fb9800a8689c005099dafbd98a22c29e3be7a24d (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
digraph "debconf" {
	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)"];
	"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" -> "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"
	]
	virt1 [
		shape = "record"
		style = "rounded"
		label = "<debconf> [debconf] | <cdebconf> \{cdebconf\}"
	]
	"apt" [shape=diamond];
	"dpkg" [shape=diamond];
}
// Excluded dependencies:
// libc6 libgcc1 libstdc++6