[Python-modules-commits] [python-psutil] 13/14: build doc with python3
Sandro Tosi
morph at moszumanska.debian.org
Sun Nov 26 01:56:10 UTC 2017
This is an automated email from the git hooks/post-receive script.
morph pushed a commit to branch master
in repository python-psutil.
commit e164244a19edc0b94044b0c8aff70dcb0bb3efa9
Author: Sandro Tosi <morph at debian.org>
Date: Sat Nov 25 20:46:44 2017 -0500
build doc with python3
---
debian/changelog | 3 ++-
debian/rules | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index bcb0fc2..7c14375 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,9 @@ python-psutil (5.4.1-1) UNRELEASED; urgency=medium
- move to python3-sphinx
* debian/rules
- use upstream Makefile to run tests
+ - build doc with python3
- -- Sandro Tosi <morph at debian.org> Sat, 25 Nov 2017 20:39:10 -0500
+ -- Sandro Tosi <morph at debian.org> Sat, 25 Nov 2017 20:46:34 -0500
python-psutil (5.0.1-1) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index b547300..5097ebc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ override_dh_auto_build:
$$python setup.py build; \
$$python-dbg setup.py build; \
done
- $(MAKE) -C docs html
+ $(MAKE) -C docs html PYTHON=python3
override_dh_auto_install:
set -e ; \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-psutil.git
More information about the Python-modules-commits
mailing list