Andreas Tille pushed to branch master at Debian Med / python-skbio
Commits: 1e094cd3 by Andreas Tille at 2018-04-26T14:49:38+02:00 Fix PYTHONPATH according to a hint given by Piotr Ożarowski - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ python-skbio (0.5.2-1) UNRELEASED; urgency=medium * Point Vcs fields to salsa.debian.org * Standards-Version: 4.1.4 * debhelper 11 + * Fix PYTHONPATH according to a hint given by Piotr Ożarowski + Closes: #894326 -- Andreas Tille <[email protected]> Thu, 26 Apr 2018 09:16:46 +0200 ===================================== debian/rules ===================================== --- a/debian/rules +++ b/debian/rules @@ -14,7 +14,7 @@ DOCPKG=python-$(PYBUILD_NAME)-doc override_dh_auto_build: dh_auto_build - PYTHONPATH=$(shell echo .pybuild/pythonX.Y_3.*/build/) \ + PYTHONPATH=$(shell pybuild --print build_dir --interpreter python3) \ http_proxy='127.0.0.1:9' \ python3 `which sphinx-build` -b html -d doc/build/doctrees doc/source doc/build/html View it on GitLab: https://salsa.debian.org/med-team/python-skbio/commit/1e094cd39ba0bb710d948329e6fa4e104bb284d6 --- View it on GitLab: https://salsa.debian.org/med-team/python-skbio/commit/1e094cd39ba0bb710d948329e6fa4e104bb284d6 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
