[med-svn] [ariba] 01/01: add nose tests
Sascha Steinbiss
sascha-guest at moszumanska.debian.org
Sat Dec 5 13:45:56 UTC 2015
This is an automated email from the git hooks/post-receive script.
sascha-guest pushed a commit to branch master
in repository ariba.
commit 922a7a70ccf1218ea5688020ff584b8bd99214bb
Author: Sascha Steinbiss <sascha at steinbiss.name>
Date: Sat Dec 5 13:45:27 2015 +0000
add nose tests
---
debian/control | 9 ++++++++-
debian/rules | 6 +++++-
2 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 598849b..e18dd41 100644
--- a/debian/control
+++ b/debian/control
@@ -9,11 +9,18 @@ Build-Depends: debhelper (>= 9),
python3-pymummer,
python3-pysam,
python3-openpyxl,
- fastaq (>= 3.10.0),
python3-nose,
python3-lxml,
+ bowtie2 (>= 2.1.0),
+ cd-hit,
+ samtools (>= 1.2),
+ bcftools (>= 1.2),
+ mummer,
+ velvet (>= 1.2.07),
+ fastaq (>= 3.10.0),
help2man
Standards-Version: 3.9.6
+Testsuite: autopkgtest
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/ariba.git
Vcs-Git: git://anonscm.debian.org/debian-med/ariba.git
Homepage: https://github.com/sanger-pathogens/ariba
diff --git a/debian/rules b/debian/rules
index afb1b23..8992bd9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,4 +16,8 @@ override_dh_installman:
--version-string=`PYTHONPATH=. scripts/ariba version` scripts/ariba
sed -i 's/.SH DESCRIPTION/.SH DESCRIPTION\\n.nf/' $(mandir)/ariba.1
scripts/ariba 2>&1 | tail -n +13 | debian/make_man
- dh_installman --
\ No newline at end of file
+ dh_installman --
+
+override_dh_auto_test:
+ python3 setup.py nosetests
+ dh_auto_test --
\ No newline at end of file
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/ariba.git
More information about the debian-med-commit
mailing list