Andreas Tille pushed to branch master at Debian Med / pbalign
Commits: b9c7ebbc by Andreas Tille at 2019-12-13T10:49:09Z Fixes sphinx doc generation - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -9,9 +9,7 @@ pbalign (0.3.2-2) UNRELEASED; urgency=medium * Remove trailing whitespace in debian/rules * Trim trailing whitespace. * Set upstream metadata fields: Repository, Repository-Browse. - TODO: - - Sphinx has import failures - - python3-pbh5tools not yet available + TODO: python3-pbh5tools not yet available -- Andreas Tille <[email protected]> Fri, 13 Dec 2019 10:59:33 +0100 ===================================== debian/rules ===================================== @@ -16,7 +16,7 @@ MANDIR = $(CURDIR)/debian/$(DEB_SOURCE)/usr/share/man/man1 override_dh_auto_build: dh_auto_build - $(MAKE) doc + PYTHONPATH=$(shell pybuild --print build_dir --interpreter python3) $(MAKE) doc # The tests cannot be run, mostly because the referenced data files # (which are large) are not provided in the source distribution View it on GitLab: https://salsa.debian.org/med-team/pbalign/commit/b9c7ebbcc35d33c80ca43145a4f8c727dd4c0f77 -- View it on GitLab: https://salsa.debian.org/med-team/pbalign/commit/b9c7ebbcc35d33c80ca43145a4f8c727dd4c0f77 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
