summaryrefslogtreecommitdiffstats
path: root/testset/debconf8.dot
diff options
context:
space:
mode:
Diffstat (limited to 'testset/debconf8.dot')
-rw-r--r--testset/debconf8.dot47
1 files changed, 47 insertions, 0 deletions
diff --git a/testset/debconf8.dot b/testset/debconf8.dot
new file mode 100644
index 0000000..fb9800a
--- /dev/null
+++ b/testset/debconf8.dot
@@ -0,0 +1,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