summaryrefslogtreecommitdiff
path: root/dh_missing
diff options
context:
space:
mode:
Diffstat (limited to 'dh_missing')
-rwxr-xr-xdh_missing3
1 files changed, 3 insertions, 0 deletions
diff --git a/dh_missing b/dh_missing
index f882fb8e..68ccaee6 100755
--- a/dh_missing
+++ b/dh_missing
@@ -164,6 +164,9 @@ if (@missing) {
nonquiet_print(" * ${helper}: " . join(', ', @results));
}
nonquiet_print("If the missing files are installed by another tool, please file a bug against it.");
+ nonquiet_print('When filing the report, if the tool is not part of debhelper itself, please reference the');
+ nonquiet_print('"Logging helpers and dh_missing" section from the "PROGRAMMING" guide for debhelper (10.6.3+).');
+ nonquiet_print(' (in the debhelper package: /usr/share/doc/debhelper/PROGRAMMING.gz)');
nonquiet_print("Be sure to test with dpkg-buildpackage -A/-B as the results may vary when only a subset is built");
nonquiet_print("For a short-term work-around: Add the files to debian/not-installed");
if ($dh{FAIL_MISSING}) {