[med-svn] [bcftools] 02/10: Install bcftools plugins

Afif Elghraoui afif-guest at moszumanska.debian.org
Tue Nov 10 07:45:45 UTC 2015


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

afif-guest pushed a commit to branch master
in repository bcftools.

commit 5108910638d2c9b3fe95f6b83eef82721909ecdc
Author: Afif Elghraoui <afif at ghraoui.name>
Date:   Mon Nov 9 22:55:28 2015 -0800

    Install bcftools plugins
---
 debian/rules | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/debian/rules b/debian/rules
index f1ff72d..1194300 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,13 @@ CFLAGS := $(CPPFLAGS) $(CFLAGS)
 
 export HTSDIR=/usr/include
 export USE_GPL=1
+export pluginpath=/usr/lib/$(DEB_HOST_MULTIARCH)/bcftools
 
 %:
 	dh $@ --parallel
+
+override_dh_auto_install:
+	mkdir -p debian/bcftools/$(pluginpath)
+	mv plugins/*.so \
+	   debian/bcftools/$(pluginpath)
+	dh_auto_install

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



More information about the debian-med-commit mailing list