summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-06-28 17:18:04 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-06-28 17:18:04 (EDT)
commit35d08c0ec3cb6d6b1660574822074fad95c38e20 (patch)
treef325e7de7bcf0248015794123957e822f92373f1
parent97f82344aee869167cd679b9b1175766f2cab84f (diff)
Add note about missing Build-Depends
-rwxr-xr-xbin/depsdot6
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&nbsp;\n\t\t\tthat build binaries of the same name>;" .
- "\n\tgraph [fontname=\"FreeSans\"];\n" .
+ "packages&nbsp;\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)) {