[med-svn] [libseqlib] 01/01: Add header files to -dev package

Andreas Tille tille at debian.org
Wed Feb 8 12:57:59 UTC 2017


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

tille pushed a commit to branch master
in repository libseqlib.

commit a86c14fcb06af859ca9cdbaec589cc6268e06a93
Author: Andreas Tille <tille at debian.org>
Date:   Wed Feb 8 13:55:59 2017 +0100

    Add header files to -dev package
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index 3292fb0..fa1224b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,8 +21,12 @@ override_dh_auto_build:
 
 override_dh_install:
 	dh_install
+	# Trick to get also headers moved by d-shlibmove
+	mkdir debian/SeqLib
+	cp -a SeqLib/*.h* debian/SeqLib
 	d-shlibmove --commit \
 		    --multiarch \
 		    --devunversioned \
 		    --exclude-la \
+		    --movedev debian/SeqLib usr/include \
                     src/.libs/$(DEBPKGNAME).so

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



More information about the debian-med-commit mailing list