[pocl] 09/10: switch to dh_missing

Andreas Beckmann anbe at moszumanska.debian.org
Mon Aug 7 04:20:13 UTC 2017


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

anbe pushed a commit to branch master
in repository pocl.

commit 3d9af32f2542d3fe9f599010dff33bc80b52ce24
Author: Andreas Beckmann <anbe at debian.org>
Date:   Mon Aug 7 04:06:06 2017 +0200

    switch to dh_missing
---
 debian/rules | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index dcd4b66..e859c62 100755
--- a/debian/rules
+++ b/debian/rules
@@ -71,7 +71,10 @@ override_dh_shlibdeps:
 override_dh_install:
 	sed -i debian/tmp/etc/OpenCL/vendors/pocl.icd \
 		-e 's,.*/\([^/.]*\.so\.[^/.]*\)\.[^/]*,\1,'
-	dh_install --list-missing -Xusr/include/CL/ -X.la -Xusr/include/utlist.h
+	dh_install -Xusr/include/CL/ -X.la -Xusr/include/utlist.h
+
+override_dh_missing:
+	dh_missing --list-missing
 
 override_dh_auto_test:
 	# Failure in testsuite is delayed until symbols handling

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/pocl.git



More information about the Pkg-opencl-commits mailing list