[Python-modules-commits] [colorspacious] 07/08: dont build doc, requires sphinxcontrib.bibtex not available yet
Sandro Tosi
morph at moszumanska.debian.org
Sun Sep 18 19:29:56 UTC 2016
This is an automated email from the git hooks/post-receive script.
morph pushed a commit to branch master
in repository colorspacious.
commit 62814bd166889be7d533f1592a72de13dbdb5fa3
Author: Sandro Tosi <morph at debian.org>
Date: Sun Sep 18 20:08:24 2016 +0100
dont build doc, requires sphinxcontrib.bibtex not available yet
---
debian/control | 14 +++++++-------
debian/rules | 14 +++++++-------
2 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/debian/control b/debian/control
index e6f77a7..b59a07f 100644
--- a/debian/control
+++ b/debian/control
@@ -53,10 +53,10 @@ Description: library for doing colorspace conversions - Python 3.x
.
This package contains the python 3 version of colorspacious
-Package: python-colorspacious-doc
-Section: doc
-Architecture: all
-Priority: extra
-Depends: ${misc:Depends}, ${sphinxdoc:Depends}
-Description: documentation for the colorspacious Python library
- This package provides documentation for colorspacious
+#Package: python-colorspacious-doc
+#Section: doc
+#Architecture: all
+#Priority: extra
+#Depends: ${misc:Depends}, ${sphinxdoc:Depends}
+#Description: documentation for the colorspacious Python library
+# This package provides documentation for colorspacious
diff --git a/debian/rules b/debian/rules
index 86e6dd8..fd0e1a8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,10 +4,10 @@ export PYBUILD_NAME=colorspacious
%:
dh $@ --with python3,python2,sphinxdoc --buildsystem=pybuild
-override_dh_auto_build-indep:
-ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
- cd doc && \
- PYTHONPATH=$(CURDIR) http_proxy='http://127.0.0.1:9/' https_proxy='https://127.0.0.1:9/' \
- sphinx-build -N -E -T -b html . $(CURDIR)/.pybuild/docs/html/
- rm -rf $(CURDIR)/.pybuild/docs/html/.doctrees
-endif
+#override_dh_auto_build-indep:
+#ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
+# cd doc && \
+# PYTHONPATH=$(CURDIR) http_proxy='http://127.0.0.1:9/' https_proxy='https://127.0.0.1:9/' \
+# sphinx-build -N -E -T -b html . $(CURDIR)/.pybuild/docs/html/
+# rm -rf $(CURDIR)/.pybuild/docs/html/.doctrees
+#endif
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/colorspacious.git
More information about the Python-modules-commits
mailing list