[med-svn] [circlator] 01/02: Add explicit build-dependency on bwa with proper minimum version

Afif Elghraoui afif at moszumanska.debian.org
Sat Apr 9 20:49:35 UTC 2016


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

afif pushed a commit to branch debian/jessie-backports
in repository circlator.

commit 6fde5bfad0d022614b37eff346feb311cbf1e4c9
Author: Afif Elghraoui <afif at ghraoui.name>
Date:   Sat Apr 9 13:44:28 2016 -0700

    Add explicit build-dependency on bwa with proper minimum version
    
    bwa is required to run the build-time tests. I didn't notice
    this because it's a run-time dependency of spades, but circlator
    has a more stringent minimum version requirement for bwa that
    cannot be accomodated on stable proper.
---
 debian/control | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/control b/debian/control
index 86c8fc2..61b0ec1 100644
--- a/debian/control
+++ b/debian/control
@@ -16,6 +16,7 @@ Build-Depends:
 # Test-Depends:
 	python3-nose,
 	spades,
+	bwa (>= 0.7.12),
 Standards-Version: 3.9.7
 Homepage: http://sanger-pathogens.github.io/circlator/
 Vcs-Git: https://anonscm.debian.org/git/debian-med/circlator.git

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



More information about the debian-med-commit mailing list