[debhelper-devel] [debhelper] 14/15: dh_installinfo: Log installed info files

Niels Thykier nthykier at moszumanska.debian.org
Wed Jun 28 13:47:48 UTC 2017


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

nthykier pushed a commit to branch glob-refactor
in repository debhelper.

commit 3e998efb9e6378e060b0828acfcb27e331f01ee6
Author: Niels Thykier <niels at thykier.net>
Date:   Wed Jun 28 13:09:08 2017 +0000

    dh_installinfo: Log installed info files
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 dh_installinfo | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dh_installinfo b/dh_installinfo
index 08a68f6..247f616 100755
--- a/dh_installinfo
+++ b/dh_installinfo
@@ -57,7 +57,7 @@ my $nodocs = is_build_profile_active('nodoc') ? 1 : 0;
 # or dh_missing might make noise.
 $error_handler = \&glob_expand_error_handler_silently_ignore if $nodocs;
 
-foreach my $package (@{$dh{DOPACKAGES}}) {
+foreach my $package (getpackages()) {
 	my $tmp=tmpdir($package);
 	my $file=pkgfile($package,"info");
 
@@ -71,7 +71,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 		push @info, @ARGV;
 	}
 
-	next if $nodocs;
+	next if not process_pkg($package) or $nodocs;
 
 	if (@info) {
 		install_dir("$tmp/usr/share/info");

-- 
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