[med-svn] [bcftools] 05/06: Adjust pluginpath setting

Afif Elghraoui afif-guest at moszumanska.debian.org
Tue Feb 2 08:04:42 UTC 2016


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

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

commit 4906458d706b3ef522e8668006bf17862105034c
Author: Afif Elghraoui <afif at ghraoui.name>
Date:   Mon Feb 1 23:53:37 2016 -0800

    Adjust pluginpath setting
---
 debian/patches/destdir.patch | 9 +++++++++
 debian/rules                 | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/debian/patches/destdir.patch b/debian/patches/destdir.patch
index 83791ff..2687132 100644
--- a/debian/patches/destdir.patch
+++ b/debian/patches/destdir.patch
@@ -13,3 +13,12 @@ Last-Update: 2015-11-03
  exec_prefix = $(prefix)
  bindir      = $(exec_prefix)/bin
  libdir      = $(exec_prefix)/lib
+@@ -65,7 +65,7 @@
+ mandir      = $(prefix)/share/man
+ man1dir     = $(mandir)/man1
+ 
+-plugindir   = $(libexecdir)/bcftools
++plugindir   ?= $(libexecdir)/bcftools
+ pluginpath  = $(plugindir)
+ 
+ MKDIR_P = mkdir -p
diff --git a/debian/rules b/debian/rules
index 6a385c3..f2a96d4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ CFLAGS := $(CPPFLAGS) $(CFLAGS)
 
 export HTSDIR=/usr/include
 export USE_GPL=1
-export pluginpath=/usr/lib/$(DEB_HOST_MULTIARCH)/bcftools
+export plugindir=/usr/lib/$(DEB_HOST_MULTIARCH)/bcftools
 
 %:
 	dh $@ --parallel

-- 
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