summaryrefslogtreecommitdiffstats
path: root/testset/dpkg.dot
blob: 5985bed64cea6f01d5b967d8115105391af01b75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
digraph "dpkg" {
	rankdir=LR;
	node [shape=box];
	"dpkg" -> "coreutils" [color=purple,style=bold,label="(>= 5.93-1)"];
	"coreutils" -> "libacl1" [color=purple,style=bold,label="(>= 2.2.11-1)"];
	"libacl1" -> "libattr1" [color=blue,label="(>= 2.4.41-1)"];
	"libacl1" -> "libacl1-kerberos4kth" [color=red];
	"coreutils" -> "libselinux1" [color=purple,style=bold,label="(>= 2.0.59)"];
	"coreutils" -> "stat" [color=red];
	"dpkg" -> "lzma" [color=purple,style=bold];
	"dpkg" [style="setlinewidth(2)"]
	"libacl1-kerberos4kth" [style=filled,fillcolor=oldlace];
	"stat" [style=filled,fillcolor=oldlace];
}
// Excluded dependencies:
// libc6 libgcc1 libstdc++6