[med-svn] [circlator] 01/01: Add explicit build-dependency on bwa with proper minimum version
Afif Elghraoui
afif at moszumanska.debian.org
Sat Apr 9 20:50:11 UTC 2016
This is an automated email from the git hooks/post-receive script.
afif pushed a commit to branch master
in repository circlator.
commit 4065b8c78b518f85afa7862d234dd46683358c66
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