Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
debhelper-compat 12
· f5f28213
Liubov Chuprikova
authored
Sep 07, 2019
f5f28213
Respect DEB_BUILD_OPTIONS in override_dh_auto_test target
· cb975d7b
Liubov Chuprikova
authored
Sep 07, 2019
cb975d7b
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
cb975d7b
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
...
...
debian/compat
deleted
100644 → 0
View file @
8ce6fc42
12
debian/control
View file @
cb975d7b
...
...
@@ -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,
...
...
debian/rules
View file @
cb975d7b
...
...
@@ -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