[debhelper-devel] [debhelper] 15/17: dh_install: Pass --sourcedir to dh_missing

Niels Thykier nthykier at moszumanska.debian.org
Sat Apr 8 08:58:11 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 3e422d5200622156a4280114eddc0a706db976b9
Author: Niels Thykier <niels at thykier.net>
Date:   Sat Apr 8 07:25:08 2017 +0000

    dh_install: Pass --sourcedir to dh_missing
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 dh_install | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dh_install b/dh_install
index a094462..d78f5b6 100755
--- a/dh_install
+++ b/dh_install
@@ -270,7 +270,7 @@ if ($missing_files) {
 }
 
 if ($dh{LIST_MISSING} || $dh{FAIL_MISSING}) {
-	my @options;
+	my @options = ('--sourcedir', $dh{SOURCEDIR});
 	push @options, "--list-missing" if $dh{LIST_MISSING};
 	push @options, "--fail-missing" if $dh{FAIL_MISSING};
 	my $ret = system("dh_missing", @options);

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