[statsmodels] 08/14: Build documentatiohn using Python 3 components.
Diane Trout
diane at moszumanska.debian.org
Fri Sep 8 06:26:14 UTC 2017
This is an automated email from the git hooks/post-receive script.
diane pushed a commit to branch detrout-python3
in repository statsmodels.
commit 715c1399fa3cb365e7c4116ff46dfc64f95e34e5
Author: Diane Trout <diane at ghic.org>
Date: Thu Sep 7 23:11:39 2017 -0700
Build documentatiohn using Python 3 components.
---
debian/rules | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/rules b/debian/rules
index 6685ad2..09f653f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,18 +23,18 @@ endif
$(HOME):
mkdir "$@"
-# Build docs during build
override_dh_auto_build-arch: $(HOME)
dh_auto_build
: # Hardcode backend to Agg to avoid doc build and tests failures
echo "backend : Agg" >| $(MPLCONFIGDIR)/matplotlibrc
-override_dh_auto_build-indep: python-install$(PYVER)
+# Build docs during build
+override_dh_auto_build-indep: $(HOME)
: # I: Generate documentation
: # Build Documentation -- assure existence of build/html for nodoc
mkdir -p build/html
ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
- PYTHONPATH=`/bin/ls -d $(CURDIR)/$(PACKAGE_ROOT_DIR)/usr/lib/python$(PYVER)/*/`:$(CURDIR)$(IPYTHONPATH) \
+ PYTHONPATH=`/bin/ls -d $(CURDIR)/debian/python3-statsmodels/usr/lib/python3/*/` \
$(MAKE) -C docs html
mv docs/build/* build/
: # Fix up links to MathJax to be local
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/statsmodels.git
More information about the debian-science-commits
mailing list