[debhelper-devel] [debhelper] 02/02: dh_installdocs: Ignore doc-base files under nodocs profile

Niels Thykier nthykier at moszumanska.debian.org
Wed Jun 28 13:03:54 UTC 2017


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

nthykier pushed a commit to branch master
in repository debhelper.

commit 532ed1b63d093f7dec8b49341c04a1f5d6bbd9d0
Author: Niels Thykier <niels at thykier.net>
Date:   Wed Jun 28 12:50:45 2017 +0000

    dh_installdocs: Ignore doc-base files under nodocs profile
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 dh_installdocs | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dh_installdocs b/dh_installdocs
index 54b8a24..840fa1f 100755
--- a/dh_installdocs
+++ b/dh_installdocs
@@ -307,6 +307,8 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 		}
 	}
 
+	next if $nodocs;
+
 	# Handle doc-base files. There are two filename formats, the usual
 	# plus an extended format (debian/package.*).
 	my %doc_ids;

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