summaryrefslogtreecommitdiff
path: root/doc/PROGRAMMING
diff options
context:
space:
mode:
authorNiels Thykier <niels@thykier.net>2017-04-03 09:22:10 +0000
committerNiels Thykier <niels@thykier.net>2017-04-08 07:23:43 +0000
commit7274bbf85152df72fe818364e6beaa244a3159d1 (patch)
treeb004f83ffcec05b509a83362539daf3108201409 /doc/PROGRAMMING
parent597a12e338beccc3d6a1be1f8c9c007d1a113564 (diff)
downloaddebhelper-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/PROGRAMMING6
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: