Liubov Chuprikova pushed to branch master at Debian Med / q2-demux
Commits: f88d95f8 by Liubov Chuprikova at 2019-12-29T15:15:36Z routine-update: debhelper-compat 12 - - - - - f95c792a by Liubov Chuprikova at 2019-12-29T15:15:39Z routine-update: Standards-Version: 4.4.1 - - - - - c12b365d by Liubov Chuprikova at 2019-12-29T15:16:33Z R-U: DEB_BUILD_OPTIONS allow override_dh_auto_test - - - - - 4 changed files: - debian/changelog - − debian/compat - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,6 +1,9 @@ q2-demux (2019.10.0-1) UNRELEASED; urgency=medium * New upstream version + * debhelper-compat 12 + * Standards-Version: 4.4.1 + * Respect DEB_BUILD_OPTIONS in override_dh_auto_test target -- Liubov Chuprikova <[email protected]> Sun, 29 Dec 2019 18:12:25 +0300 ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -12 ===================================== debian/control ===================================== @@ -1,9 +1,9 @@ Source: q2-demux -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, @@ -17,7 +17,7 @@ Build-Depends: debhelper (>= 12~), qiime, q2-types, q2templates -Standards-Version: 4.3.0 +Standards-Version: 4.4.1 Vcs-Browser: https://salsa.debian.org/med-team/q2-demux Vcs-Git: https://salsa.debian.org/med-team/q2-demux.git Homepage: https://qiime2.org/ ===================================== debian/rules ===================================== @@ -15,5 +15,6 @@ export PYBUILD_BEFORE_INSTALL=rm -rvf {build_dir}/q2-demux.egg-* {build_dir}/sit 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_demux" - +endif View it on GitLab: https://salsa.debian.org/med-team/q2-demux/compare/d556406c68644b0ab5c9a2aa73062fc6bfd71803...c12b365dc8fdb09d666a37ad031696acc19d1056 -- View it on GitLab: https://salsa.debian.org/med-team/q2-demux/compare/d556406c68644b0ab5c9a2aa73062fc6bfd71803...c12b365dc8fdb09d666a37ad031696acc19d1056 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
