[opencv] 04/08: d/rules: add an override to dh_auto_install to pass the correct BUILDDIR (should fix FTBFS for kfreebsd-i386)

Mattia Rizzolo mattia at debian.org
Sun Apr 23 19:13:09 UTC 2017


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

mattia pushed a commit to branch master
in repository opencv.

commit fb84d183431abdf099c3a71b957180845e4db3ad
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Sun Apr 23 20:46:35 2017 +0200

    d/rules: add an override to dh_auto_install to pass the correct BUILDDIR (should fix FTBFS for kfreebsd-i386)
    
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index c35809b..aa7791d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -111,6 +111,9 @@ build_static:
 
 override_dh_auto_test:
 
+override_dh_auto_install:
+	dh_auto_install -B $(BUILDDIR)
+
 override_dh_install:
 	# change install path of java library
 	sed -i -e "s at share\/OpenCV\/java\/@lib\/jni\/@g" \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/opencv.git



More information about the debian-science-commits mailing list