[debhelper-devel] [debhelper] 06/09: dh_missing: Limit auto "d/tmp"-prefixing

Niels Thykier nthykier at moszumanska.debian.org
Sat Jul 29 19:01:18 UTC 2017


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

nthykier pushed a commit to branch easier-multi-builds
in repository debhelper.

commit a3afc0238f05f61611f4aaa40040570e844a2e34
Author: Niels Thykier <niels at thykier.net>
Date:   Wed Jul 19 20:32:58 2017 +0000

    dh_missing: Limit auto "d/tmp"-prefixing
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 dh_missing | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dh_missing b/dh_missing
index 9afbf55..b65b0da 100755
--- a/dh_missing
+++ b/dh_missing
@@ -133,7 +133,7 @@ my %missing_by_sourcedir;
 if ( -f 'debian/not-installed') {
 	my @not_installed = filearray('debian/not-installed');
 	foreach (@not_installed) {
-		s:^\s*:debian/tmp/: unless m:^\s*debian/tmp/:;
+		s:^\s*:debian/tmp/: if not m:^\s*debian/:;
 	}
 	# Pretend that these are also installed.
 	push(@installed, @not_installed);

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