From 444b225ea6f162546663e7c5cda5fe61e5225e71 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sun, 26 Mar 2017 14:20:02 +0200 Subject: Move dh_install’s --{list,fail}-missing to dh_missing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit splits dh_install’s --list-missing and --fail-missing functionality into the separate helper dh_missing. To make this work, dh_install logs its source patterns and dh_missing reads these patterns, treating them as installed. This allows us to address #415396, i.e. recognize files installed by other helpers (e.g. dh_installman) as installed. Signed-off-by: Niels Thykier --- doc/PROGRAMMING | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') 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: --------------- -- cgit v1.2.3