[qhull] 01/02: add convenience link for #include <qhull/qhull.h>

Barak A. Pearlmutter barak+git at cs.nuim.ie
Thu Feb 13 11:09:24 UTC 2014


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

bap pushed a commit to branch master
in repository qhull.

commit 966b6fd48abe3e2f37d0b44eb1cd630a11fef8b9
Author: Barak A. Pearlmutter <barak+git at cs.nuim.ie>
Date:   Thu Feb 13 11:08:27 2014 +0000

    add convenience link for #include <qhull/qhull.h>
---
 debian/rules | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 14b1aea..284bd1e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,10 +41,11 @@ override_dh_auto_install:
 	find debian/tmp/usr/lib -type f -name '*.so*' \
 	 -exec chrpath --list '{}' ';' \
 	 -exec chrpath --delete '{}' ';'
-	@echo 'Convenience links for #include <qhull/...>'
+	@echo 'Convenience links for #include <qhull/...> and #include <qhull/qhull.h>'
 	mkdir -p debian/tmp/usr/include/qhull
 	(cd debian/tmp/usr/include/qhull \
-	 && ln --verbose -s ../libqhull/* ../libqhullcpp/* ./)
+	 && ln --verbose -s ../libqhull/* ../libqhullcpp/* ./ \
+	 && ln --verbose -s libqhull.h qhull.h)
 	echo Convenience links for backwards compatibility \
 	 > debian/tmp/usr/include/qhull/README
 

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



More information about the debian-science-commits mailing list