[statsmodels] 03/21: Build documentatiohn using Python 3 components.

Diane Trout diane at moszumanska.debian.org
Mon Sep 25 06:39:27 UTC 2017


This is an automated email from the git hooks/post-receive script.

diane pushed a commit to branch detrout-python3-try2
in repository statsmodels.

commit 96ce52e1acca9af0e8dca45f7ed89bec3c926cf6
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