Michael R. Crusoe pushed to branch master at Debian Med / python-skbio
Commits: 58dc2044 by Michael R. Crusoe at 2020-02-28T08:12:05+01:00 Need sphinx-common for all builds - - - - - 81e43804 by Michael R. Crusoe at 2020-02-28T09:56:41+01:00 Only attempt to build docs in --indep builds - - - - - 648c132c by Michael R. Crusoe at 2020-02-28T10:05:46+01:00 Upsteam uses pytest, so should we - - - - - 6f304933 by Michael R. Crusoe at 2020-02-28T10:44:00+01:00 0.5.5-6 - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +python-skbio (0.5.5-6) unstable; urgency=medium + + * Team upload. + * Need sphinx-common for all builds + * Only attempt to build docs in --indep builds + * Upsteam uses pytest, so should we + + -- Michael R. Crusoe <[email protected]> Fri, 28 Feb 2020 10:43:48 +0100 + python-skbio (0.5.5-5) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -19,9 +19,10 @@ Build-Depends: debhelper-compat (= 12), python3-hdmedians, python3-sklearn, python3-natsort, - libssw-dev + libssw-dev, + sphinx-common Build-Depends-arch: python3-lockfile <!nocheck>, - python3-nose <!nocheck> + python3-pytest <!nocheck> Build-Depends-Indep: python3-sphinx <!nodoc>, python3-sphinx-bootstrap-theme <!nodoc> Standards-Version: 4.5.0 ===================================== debian/rules ===================================== @@ -12,7 +12,10 @@ DOCPKG=python-$(PYBUILD_NAME)-doc %: dh $@ --with python3,sphinxdoc --buildsystem=pybuild -override_dh_auto_build: +override_dh_auto_build-arch: + dh_auto_build + +override_dh_auto_build-indep: dh_auto_build ifeq (,$(findstring nodoc,$(DEB_BUILD_OPTIONS) $(DEB_BUILD_PROFILES))) PYTHONPATH=$(shell pybuild --print build_dir --interpreter python3) \ View it on GitLab: https://salsa.debian.org/med-team/python-skbio/-/compare/a58ced8d97e0165f0ffeed62a3f8dd43cd9a2bc8...6f304933f244a17a9ea5438430d15514e01cbfb0 -- View it on GitLab: https://salsa.debian.org/med-team/python-skbio/-/compare/a58ced8d97e0165f0ffeed62a3f8dd43cd9a2bc8...6f304933f244a17a9ea5438430d15514e01cbfb0 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
