diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/depsdot | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/depsdot b/bin/depsdot index b898f5d..84a7ee9 100755 --- a/bin/depsdot +++ b/bin/depsdot @@ -88,8 +88,10 @@ sub main strftime('%Y-%m-%d at %H:%M:%S %Z', localtime()) . "</B><BR/>" . "\n\t\tGray nodes are leaf packages (no reverse dependencies)" . "<BR/>\n\t\tGray edges are dependencies on multiple source " . - "packages \n\t\t\tthat build binaries of the same name>;" . - "\n\tgraph [fontname=\"FreeSans\"];\n" . + "packages \n\t\t\tthat build binaries of the same name" . + "<BR/>\n\t\tMany build-time dependency fields are missing " . + "from the package archive and will be added over time>;\n" . + "\tgraph [fontname=\"FreeSans\"];\n" . "\tnode [fontname=\"FreeSans\"];\n" . "\tedge [fontname=\"FreeSans\"];\n\n\t/* Source packages */\n"); foreach my $src (sort(@src_pkgs)) { |