[med-svn] [libvcflib] 01/03: Fix installation of header files

Andreas Tille tille at debian.org
Fri Sep 16 13:39:51 UTC 2016


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

tille pushed a commit to branch master
in repository libvcflib.

commit 31e8ea4b7758c1a5526676a990b32439d6d5a7c9
Author: Andreas Tille <tille at debian.org>
Date:   Fri Sep 16 15:10:41 2016 +0200

    Fix installation of header files
---
 debian/rules | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/debian/rules b/debian/rules
index 765e2ef..64443c0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,6 +18,12 @@ override_dh_auto_build:
 override_dh_auto_test:
 	export LD_LIBRARY_PATH=$(CURDIR)/lib/:$LD_LIBRARY_PATH dh_auto_test
 
+override_dh_install:
+	dh_install
+	find debian -name filevercmp.h -delete
+	mkdir -p debian/libvcflib-dev/usr/include/intervaltree
+	mv debian/libvcflib-dev/usr/include/vcflib/IntervalTree.h debian/libvcflib-dev/usr/include/intervaltree
+
 override_dh_fixperms:
 	dh_fixperms
 	chmod -x debian/*/usr/lib/R/site-library/*/*.R

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libvcflib.git



More information about the debian-med-commit mailing list