Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Fix pybuild option
· 63f55499
Liubov Chuprikova
authored
Dec 29, 2019
63f55499
Needs qiime and q2templates >= 2019.10.0
· b8144b28
Liubov Chuprikova
authored
Dec 29, 2019
b8144b28
Fix timestamp in d/changelog
· 4df39e73
Liubov Chuprikova
authored
Dec 29, 2019
4df39e73
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
4df39e73
...
...
@@ -2,4 +2,4 @@ q2-metadata (2019.10.0+dfsg-1) UNRELEASED; urgency=medium
* Initial release (Closes: #930755)
-- Liubov Chuprikova <chuprikovalv@gmail.com>
Tue, 12 Nov
2019
09:28
:02 +0
1
00
-- Liubov Chuprikova <chuprikovalv@gmail.com>
Sun, 29 Dec
2019
16:56
:02 +0
3
00
debian/control
View file @
4df39e73
...
...
@@ -11,8 +11,8 @@ Build-Depends: debhelper-compat (= 12),
python3-pandas,
python3-skbio,
libjs-jquery-datatables,
qiime (>= 2019.
7
.0),
q2templates (>= 2019.
7
.0),
qiime (>= 2019.
10
.0),
q2templates (>= 2019.
10
.0),
q2-types
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/med-team/q2-metadata
...
...
debian/rules
View file @
4df39e73
...
...
@@ -19,5 +19,5 @@ export PYBUILD_AFTER_INSTALL=ln -vsf \
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
dh_auto_test -- -
a
custom --test-args="cd {build_dir}; py.test-3 --cov=q2_metadata"
dh_auto_test -- -
s
custom --test-args="cd {build_dir}; py.test-3 --cov=q2_metadata"
endif