summaryrefslogtreecommitdiffstats
path: root/testset/test1.dot
diff options
context:
space:
mode:
Diffstat (limited to 'testset/test1.dot')
-rw-r--r--testset/test1.dot21
1 files changed, 21 insertions, 0 deletions
diff --git a/testset/test1.dot b/testset/test1.dot
new file mode 100644
index 0000000..203f4d9
--- /dev/null
+++ b/testset/test1.dot
@@ -0,0 +1,21 @@
+digraph "tcpd" {
+ rankdir=LR;
+ node [shape=box];
+ "tcpd" -> "libwrap0" [color=blue,label="(>= 7.6-4~)"];
+ "libwrap0" -> "tcpd";
+ "libwrap0" [style=filled,fillcolor=honeydew];
+ "tcpd" -> "alt1":"debconf" [color=blue,label="(>= 0.5)"];
+ "openbsd-inetd" -> "tcpd" [color=blue];
+ "openbsd-inetd" [style=filled,fillcolor=azure];
+ "RD_libwrap0" -> "libwrap0" [label="-4-",color=blue];
+ "RD_libwrap0" [label="...",style="rounded,filled",fillcolor=azure];
+ "tcpd" [style="setlinewidth(2),filled",fillcolor=honeydew];
+ alt1 [
+ shape = "record"
+ style = "filled"
+ fillcolor = "honeydew"
+ label = "<debconf> \{debconf\} | <other> ..."
+ ]
+}
+// Excluded dependencies:
+// libc6