[Python-modules-commits] [python-asyncssh] 01/02: Ensure Python3 version of sphinx-build is used

Vincent Bernat bernat at moszumanska.debian.org
Fri Sep 30 16:07:28 UTC 2016


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

bernat pushed a commit to branch master
in repository python-asyncssh.

commit 5bd2702597baeecdfbc07728e4f7c59cb47365ad
Author: Vincent Bernat <vincent at bernat.im>
Date:   Fri Sep 30 17:20:32 2016 +0200

    Ensure Python3 version of sphinx-build is used
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 3016a88..06d0fcd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ python-asyncssh (1.6.2-2) UNRELEASED; urgency=medium
   * Avoid any network access during tests by using RES_OPTIONS. Thanks to
     Jakub Wilk. Closes: #830568.
   * Add a patch to discard errors when invoking ssh-agent. Closes: #838088.
+  * Ensure Python3 version of sphinx-build is used.
 
  -- Vincent Bernat <bernat at debian.org>  Fri, 30 Sep 2016 16:55:39 +0200
 
diff --git a/debian/rules b/debian/rules
index e1290e7..724e5d4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ export PYBUILD_NAME = asyncssh
 	dh $@ --with python3,sphinxdoc --buildsystem pybuild
 
 override_dh_installdocs:
-	PYTHONPATH=. sphinx-build -N -q -E -b html docs/ \
+	PYTHONPATH=. /usr/share/sphinx/scripts/python3/sphinx-build -N -q -E -b html docs/ \
                 debian/python-asyncssh-doc/usr/share/doc/python-asyncssh-doc/html/
 	dh_installdocs
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-asyncssh.git



More information about the Python-modules-commits mailing list