Update autopkgtest command and dependencies
authorAfif Elghraoui <afif@ghraoui.name>
Thu, 10 Mar 2016 07:43:34 +0000 (23:43 -0800)
committerAfif Elghraoui <afif@ghraoui.name>
Thu, 10 Mar 2016 07:43:34 +0000 (23:43 -0800)
debian/tests/control

index 93d060ad9c502ce7215aa77ed96f8303e25637cc..4649fb375b9a5472c3ee2fa623c860cbf6349e7f 100644 (file)
@@ -1,7 +1,23 @@
-Test-Command: cd tests && make -C pysam_data && nosetests --nocapture -v
-Depends: python-pysam, python-nose, samtools, make, cython, gcc, python-dev
+Test-Command: cd tests && make -C pysam_data && make -C cbcf_data && nosetests --nocapture -v
+Depends:
+       build-essential,
+       cython,
+       python-dev,
+       python-pysam,
+       python-nose,
+       tabix,
+       samtools,
+       bcftools
 Restrictions: allow-stderr, rw-build-tree
 
-Test-Command: cd tests && make -C pysam_data && nosetests3 --nocapture -v
-Depends: python3-pysam, python3-nose, samtools, make, cython3, gcc, python3-dev
+Test-Command: cd tests && make -C pysam_data && make -C cbcf_data && nosetests3 --nocapture -v
+Depends:
+       build-essential,
+       cython3,
+       python3-dev,
+       python3-pysam,
+       python3-nose,
+       tabix,
+       samtools,
+       bcftools
 Restrictions: allow-stderr, rw-build-tree