diff options
author | Niels Thykier <niels@thykier.net> | 2017-04-03 09:22:10 +0000 |
---|---|---|
committer | Niels Thykier <niels@thykier.net> | 2017-04-08 07:23:43 +0000 |
commit | 7274bbf85152df72fe818364e6beaa244a3159d1 (patch) | |
tree | b004f83ffcec05b509a83362539daf3108201409 /doc/PROGRAMMING | |
parent | 597a12e338beccc3d6a1be1f8c9c007d1a113564 (diff) | |
download | debhelper-7274bbf85152df72fe818364e6beaa244a3159d1.tar.gz |
log_installed_files: Compute the helper name automatically
Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 'doc/PROGRAMMING')
-rw-r--r-- | doc/PROGRAMMING | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/PROGRAMMING b/doc/PROGRAMMING index ceffa808..10cbade9 100644 --- a/doc/PROGRAMMING +++ b/doc/PROGRAMMING @@ -348,9 +348,9 @@ 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 +log_installed_files($package, @patterns) + Creates a logfile (in debian/.debhelper/generated) for the helper's + processing of $package, which installed the files listed in @patterns. This logfile will later be used by the dh_missing helper. Sequence Addons: |