[med-svn] samtools 02/05: Prevent Makefile from including local copy of the HTSlib.

Charles Plessy plessy at moszumanska.debian.org
Wed Sep 17 22:35:06 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 edc09e477372b7791e7f00734d325f3e8d04c398
Author: Charles Plessy <plessy at debian.org>
Date:   Wed Sep 17 06:54:22 2014 +0900

    Prevent Makefile from including local copy of the HTSlib.
---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index 3bf4b52..0cc5d03 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,7 @@ export DH_VERBOSE=1
 	dh $@ --parallel
 
 override_dh_auto_build:
+	sed -i '/include ..HTSDIR..htslib.mk/d' Makefile  # remove this later
 	dh_auto_build -- \
 	  HTSDIR="/usr/include" \
 	  HTSLIB=$(shell dpkg -S libhts.a | awk '{print $$2}') \

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