[med-svn] [pbgenomicconsensus] 04/05: Add explicit, versioned build-dependencies
Afif Elghraoui
afif at moszumanska.debian.org
Fri Apr 22 06:40:14 UTC 2016
This is an automated email from the git hooks/post-receive script.
afif pushed a commit to branch master
in repository pbgenomicconsensus.
commit 559ed4314ba9e2e49739286d24d93bdc7b5cfbdb
Author: Afif Elghraoui <afif at ghraoui.name>
Date: Thu Apr 21 23:15:16 2016 -0700
Add explicit, versioned build-dependencies
numpy and h5py were not explicitly declared because they
were pulled in indirectly by pbcore/pbconsensuscore.
The program has a direct dependency, so reflect this in the
package as well.
---
debian/control | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index 8c6add4..33f40c0 100644
--- a/debian/control
+++ b/debian/control
@@ -10,9 +10,11 @@ Build-Depends:
python-pkg-resources,
python-all,
python-setuptools,
- python-pbconsensuscore,
- python-pbcore,
- python-pbcommand (>= 0.2.0),
+ python-pbconsensuscore (>= 1.0.1),
+ python-pbcore (>= 1.2.9),
+ python-pbcommand (>= 0.3.20),
+ python-h5py (>= 2.0.1),
+ python-numpy (>= 1.6.0),
# Test-Depends:
python-nose,
python-cram,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/pbgenomicconsensus.git
More information about the debian-med-commit
mailing list