[med-svn] [Git][med-team/q2-metadata][master] 3 commits: Fix pybuild option
Liubov Chuprikova
gitlab at salsa.debian.org
Sun Dec 29 13:58:12 GMT 2019
Liubov Chuprikova pushed to branch master at Debian Med / q2-metadata
Commits:
63f55499 by Liubov Chuprikova at 2019-12-29T13:43:58Z
Fix pybuild option
- - - - -
b8144b28 by Liubov Chuprikova at 2019-12-29T13:50:12Z
Needs qiime and q2templates >= 2019.10.0
- - - - -
4df39e73 by Liubov Chuprikova at 2019-12-29T13:57:53Z
Fix timestamp in d/changelog
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -2,4 +2,4 @@ q2-metadata (2019.10.0+dfsg-1) UNRELEASED; urgency=medium
* Initial release (Closes: #930755)
- -- Liubov Chuprikova <chuprikovalv at gmail.com> Tue, 12 Nov 2019 09:28:02 +0100
+ -- Liubov Chuprikova <chuprikovalv at gmail.com> Sun, 29 Dec 2019 16:56:02 +0300
=====================================
debian/control
=====================================
@@ -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
=====================================
@@ -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
View it on GitLab: https://salsa.debian.org/med-team/q2-metadata/compare/f3d8fc7b50e7fd2150b8872a2ce23600b17a5785...4df39e73845ae0395aa323b7307e16bc7d069da1
--
View it on GitLab: https://salsa.debian.org/med-team/q2-metadata/compare/f3d8fc7b50e7fd2150b8872a2ce23600b17a5785...4df39e73845ae0395aa323b7307e16bc7d069da1
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20191229/10630bde/attachment-0001.html>
More information about the debian-med-commit
mailing list