Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
debhelper-compat 12
· a5658038
Liubov Chuprikova
authored
Sep 06, 2019
a5658038
Standards-Version: 4.4.0
· f768b7b3
Liubov Chuprikova
authored
Sep 06, 2019
f768b7b3
Respect DEB_BUILD_OPTIONS in override_dh_auto_test target
· 06371af1
Liubov Chuprikova
authored
Sep 06, 2019
06371af1
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
06371af1
q2-quality-filter (2019.7.0-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> Fri, 06 Sep 2019 18:10:48 +0200
...
...
debian/compat
deleted
100644 → 0
View file @
f0ef523d
12
debian/control
View file @
06371af1
Source: q2-quality-filter
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,
python3-nose,
qiime,
q2-types
Standards-Version: 4.
3
.0
Standards-Version: 4.
4
.0
Vcs-Browser: https://salsa.debian.org/med-team/q2-quality-filter
Vcs-Git: https://salsa.debian.org/med-team/q2-quality-filter.git
Homepage: https://qiime2.org/
...
...
debian/rules
View file @
06371af1
...
...
@@ -14,4 +14,6 @@ export PYBUILD_BEFORE_INSTALL=rm -rvf {build_dir}/q2-quality-filter.egg-* \
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}; nosetests3"
endif