[med-svn] samtools 03/03: Indicate path to packaged bgzip.
Charles Plessy
plessy at moszumanska.debian.org
Mon Aug 18 01:51:04 UTC 2014
This is an automated email from the git hooks/post-receive script.
plessy pushed a commit to branch debian/unstable
in repository samtools.
commit d8590522627f4abdf40757c2494d4e92fd2b948a
Author: Charles Plessy <plessy at debian.org>
Date: Mon Aug 18 10:50:49 2014 +0900
Indicate path to packaged bgzip.
---
debian/rules | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index f8d6d12..d7ff06b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,8 @@ override_dh_auto_build:
override_dh_auto_test:
dh_auto_test -- \
HTSDIR="/usr/include" \
- HTSLIB=$(shell dpkg -S libhts.a | awk '{print $$2}')
+ HTSLIB=$(shell dpkg -S libhts.a | awk '{print $$2}') \
+ BGZIP=/usr/bin/bgzip
override_dh_auto_install:
dh_auto_install -- \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/samtools.git
More information about the debian-med-commit
mailing list