Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
debhelper-compat 12
· 00308029
Liubov Chuprikova
authored
Sep 07, 2019
00308029
Standards-Version: 4.4.0
· d4d6328b
Liubov Chuprikova
authored
Sep 07, 2019
d4d6328b
Respect DEB_BUILD_OPTIONS in override_dh_auto_test target
· 0c25dea0
Liubov Chuprikova
authored
Sep 07, 2019
0c25dea0
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
0c25dea0
q2-feature-table (2019.7.0+dfsg-1) UNRELEASED; urgency=medium
* New upstream version
* debhelper-compat 12
* Standards-Version: 4.4.0
* Respect DEB_BUILD_OPTIONS in override_dh_auto_test target
-- Liubov Chuprikova <chuprikovalv@gmail.com> Sat, 07 Sep 2019 14:19:37 +0200
...
...
debian/compat
deleted
100644 → 0
View file @
c702ebe9
12
debian/control
View file @
0c25dea0
Source: q2-feature-table
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~),
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 12),
dh-python,
python3,
python3-setuptools,
...
...
@@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 12~),
python3-seaborn,
q2templates,
q2-types
Standards-Version: 4.
3
.0
Standards-Version: 4.
4
.0
Vcs-Browser: https://salsa.debian.org/med-team/q2-feature-table
Vcs-Git: https://salsa.debian.org/med-team/q2-feature-table.git
Homepage: https://qiime2.org/
...
...
debian/rules
View file @
0c25dea0
...
...
@@ -20,4 +20,6 @@ export PYBUILD_BEFORE_INSTALL=rm -rvf {build_dir}/q2-feature-table.egg-* {build_
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_feature_table"
endif