[debhelper-devel] [debhelper] 07/08: dh_installman: Log installed manpages

Niels Thykier nthykier at moszumanska.debian.org
Mon Apr 3 10:15:24 UTC 2017


This is an automated email from the git hooks/post-receive script.

nthykier pushed a commit to branch bug-415396-dh_missing
in repository debhelper.

commit 5b6f16b0e5274982aee7d04fbde2276a4a14609b
Author: Niels Thykier <niels at thykier.net>
Date:   Mon Apr 3 09:56:58 2017 +0000

    dh_installman: Log installed manpages
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 dh_installman | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dh_installman b/dh_installman
index 3a16084..6540a6f 100755
--- a/dh_installman
+++ b/dh_installman
@@ -187,6 +187,8 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 		}
 	}
 
+	log_installed_files($package, @manpages);
+
 	# Now the .so conversion.
 	@sofiles=@sodests=();
 	foreach my $dir (qw{usr/share/man}) {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debhelper/debhelper.git




More information about the debhelper-devel mailing list