[Reproducible-commits] [dpkg] 02/03: dpkg-genbuildinfo: fix hook name for allowed build paths
HW42
hw42-guest at moszumanska.debian.org
Wed Jul 20 15:40:09 UTC 2016
This is an automated email from the git hooks/post-receive script.
hw42-guest pushed a commit to branch pu/reproducible_builds
in repository dpkg.
commit 7c0d8f0be172723389a954034fc3cd9c857f7aa9
Author: HW42 <hw42 at ipsumj.de>
Date: Wed Jul 20 17:36:49 2016 +0200
dpkg-genbuildinfo: fix hook name for allowed build paths
---
scripts/dpkg-genbuildinfo.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/dpkg-genbuildinfo.pl b/scripts/dpkg-genbuildinfo.pl
index 2390755..09c0ed7 100755
--- a/scripts/dpkg-genbuildinfo.pl
+++ b/scripts/dpkg-genbuildinfo.pl
@@ -266,7 +266,7 @@ if ($always_include_path) {
$fields->{'Build-Path'} = $cwd;
} else {
# Only include build path if its root path is considered acceptable by the vendor
- foreach my $root_path (run_vendor_hook('builtin-system-build-path')) {
+ foreach my $root_path (run_vendor_hook('builtin-system-build-paths')) {
if (index($cwd, $root_path) == 0) {
$fields->{'Build-Path'} = $cwd;
last;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/dpkg.git
More information about the Reproducible-commits
mailing list