Skip to content
Commits on Source (2)
q2-taxa (2019.7.0-1) UNRELEASED; urgency=medium
* New upstream version
* debhelper-compat 12
* Respect DEB_BUILD_OPTIONS in override_dh_auto_test target
-- Liubov Chuprikova <chuprikovalv@gmail.com> Sat, 07 Sep 2019 14:39:31 +0200
......
......@@ -3,7 +3,7 @@ Section: science
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Liubov Chuprikova <chuprikovalv@gmail.com>
Build-Depends: debhelper (>= 12~),
Build-Depends: debhelper-compat (= 12),
dh-python,
python3,
python3-setuptools,
......
......@@ -11,4 +11,6 @@ export PYBUILD_BEFORE_INSTALL=rm -rvf {build_dir}/.coverage*
dh $@ --with python3 --buildsystem=pybuild
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
dh_auto_test -- -s custom --test-args="cd {build_dir}; py.test-3 --cov=q2_taxa"
endif