From 7274bbf85152df72fe818364e6beaa244a3159d1 Mon Sep 17 00:00:00 2001 From: Niels Thykier Date: Mon, 3 Apr 2017 09:22:10 +0000 Subject: log_installed_files: Compute the helper name automatically Signed-off-by: Niels Thykier --- doc/PROGRAMMING | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/PROGRAMMING') 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: -- cgit v1.2.3