[guiqwt] 01/01: fix the sphinx doc generation

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Sun Nov 29 09:52:49 UTC 2015


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

picca pushed a commit to branch master
in repository guiqwt.

commit 7a9216b07d3e3f4abff57583b7e8402ed00da85f
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date:   Sun Nov 29 10:50:07 2015 +0100

    fix the sphinx doc generation
---
 debian/changelog | 7 +++++++
 debian/rules     | 3 ++-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 1870a69..c1d6986 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+guiqwt (3.0.0-1~exp2) experimental; urgency=medium
+
+  * debian/rules
+    - fix the sphinx doc generation
+
+ -- Picca Frédéric-Emmanuel <picca at debian.org>  Sun, 29 Nov 2015 10:48:02 +0100
+
 guiqwt (3.0.0-1~exp1) experimental; urgency=medium
 
   * Imported Upstream version 3.0.0
diff --git a/debian/rules b/debian/rules
index 18bfa22..6760998 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,4 +27,5 @@ override_dh_auto_install:
 
 override_dh_auto_build:
 	dh_auto_build
-	PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -N -bhtml doc/ build/html # HTML generator
+	PYBUILD_SYSTEM=custom \
+	PYBUILD_BUILD_ARGS="PYTHONPATH={build_dir} http_proxy='127.0.0.1:9' sphinx-build -N -bhtml doc build/html" dh_auto_build  # HTML generator

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/guiqwt.git



More information about the debian-science-commits mailing list