diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/PROGRAMMING | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/PROGRAMMING b/doc/PROGRAMMING index 7d12b728..ceffa808 100644 --- a/doc/PROGRAMMING +++ b/doc/PROGRAMMING @@ -348,6 +348,10 @@ deprecated_functionality($warn_msg[, $rm_compat[, $rm_msg]]) The function will provide a separate diagnostic about which compat level that will remove/removed the functionality if $rm_compat is given. +log_installed_files($name, $package, @patterns) + Creates a logfile (in debian/.debhelper/generated) for helper + $name’s processing of $package, which installed the files listed in + @patterns. This logfile will later be used by the dh_missing helper. Sequence Addons: --------------- |