[Python-modules-commits] [python-qtawesome] 04/06: d/rules: improve formatting of sphinx-build command.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Fri Jul 8 16:45:57 UTC 2016


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

ghisvail-guest pushed a commit to branch master
in repository python-qtawesome.

commit 5acbe8fea98e90a83f881cb82cfcd3310cf41030
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Fri Jul 8 12:33:20 2016 +0100

    d/rules: improve formatting of sphinx-build command.
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index aceda55..0b23e3e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,8 @@ export PYBUILD_NAME=qtawesome
 
 override_dh_auto_build:
 	dh_auto_build
-	PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -N -bhtml docs/source build/html
+	PYTHONPATH=. http_proxy='127.0.0.1:9' \
+		sphinx-build -N -b html docs/source build/html
 
 override_dh_auto_test:
 	PYBUILD_SYSTEM=custom \

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



More information about the Python-modules-commits mailing list