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