diff options
-rw-r--r-- | doc/PROGRAMMING | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/PROGRAMMING b/doc/PROGRAMMING index c91feb7a..bf7e9249 100644 --- a/doc/PROGRAMMING +++ b/doc/PROGRAMMING @@ -473,8 +473,9 @@ Dh_Lib-based helpers: * Replace "@{$dh{DOPACKAGES}}" with "getpackages()" and use "process_pkg($package)" to determine if the helper should actually install anything. - * Call "log_installed_files" once per package (even once that are not to - be acted on) with a list of source files that would be installed. + * Call "log_installed_files" once per package (even on the ones that + are not to be acted on) with a list of source files that would be + installed. - You can list entire directories even if there are files under it that are ignored. - Please call "log_installed_files" /even if/ the list is empty for that |