From 13efc4eae9bb2ec7b182e67a2ca1bfa3584d98bc Mon Sep 17 00:00:00 2001 From: Afif Elghraoui Date: Wed, 9 Mar 2016 23:43:34 -0800 Subject: [PATCH] Update autopkgtest command and dependencies --- debian/tests/control | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/debian/tests/control b/debian/tests/control index 93d060a..4649fb3 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -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 -- 2.30.2