Liubov Chuprikova pushed to branch master at Debian Med / q2-feature-classifier
Commits: f4fe040f by Liubov Chuprikova at 2019-09-07T11:43:50Z debhelper-compat 12 - - - - - 3d55cb9b by Liubov Chuprikova at 2019-09-07T11:43:53Z Standards-Version: 4.4.0 - - - - - 86f7b74a by Liubov Chuprikova at 2019-09-07T11:44:39Z Respect DEB_BUILD_OPTIONS in override_dh_auto_test target - - - - - 4 changed files: - debian/changelog - − debian/compat - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,6 +1,9 @@ q2-feature-classifier (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 <[email protected]> Sat, 07 Sep 2019 13:41:46 +0200 ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -12 ===================================== debian/control ===================================== @@ -1,9 +1,9 @@ Source: q2-feature-classifier -Section: science -Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Liubov Chuprikova <[email protected]> -Build-Depends: debhelper (>= 12~), +Section: science +Priority: optional +Build-Depends: debhelper-compat (= 12), dh-python, python3, python3-setuptools, @@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 12~), vsearch, qiime, q2-types -Standards-Version: 4.3.0 +Standards-Version: 4.4.0 Vcs-Browser: https://salsa.debian.org/med-team/q2-feature-classifier Vcs-Git: https://salsa.debian.org/med-team/q2-feature-classifier.git Homepage: https://qiime2.org/ ===================================== debian/rules ===================================== @@ -13,7 +13,9 @@ export PYBUILD_BEFORE_INSTALL=rm -rvf {build_dir}/q2-feature-classifier.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}; py.test-3 --cov=q2_feature_classifier" +endif override_dh_fixperms: dh_fixperms View it on GitLab: https://salsa.debian.org/med-team/q2-feature-classifier/compare/47caf03cd2aaa5bbba4f05f356a06360f82dcafc...86f7b74ad4b8e204b9671b0ff954358dfb1bd369 -- View it on GitLab: https://salsa.debian.org/med-team/q2-feature-classifier/compare/47caf03cd2aaa5bbba4f05f356a06360f82dcafc...86f7b74ad4b8e204b9671b0ff954358dfb1bd369 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
