[Python-modules-commits] [nbconvert] 02/02: s/nodocs/nodoc/
Gordon Ball
chronitis-guest at moszumanska.debian.org
Sat Jan 7 21:04:02 UTC 2017
This is an automated email from the git hooks/post-receive script.
chronitis-guest pushed a commit to branch master
in repository nbconvert.
commit 169ecc7da074a030caa0c0b04baabdabe463fb2e
Author: Gordon Ball <gordon at chronitis.net>
Date: Sat Jan 7 20:19:21 2017 +0100
s/nodocs/nodoc/
---
debian/control | 8 ++++----
debian/rules | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/debian/control b/debian/control
index e285076..70c47eb 100644
--- a/debian/control
+++ b/debian/control
@@ -32,14 +32,14 @@ Build-Depends: debhelper (>= 10),
python3-jupyter-core,
python3-mistune,
python3-nbformat,
- python3-nbsphinx <!nodocs>,
+ python3-nbsphinx <!nodoc>,
python3-nose,
python3-path,
python3-pickleshare,
python3-pygments,
python3-setuptools,
- python3-sphinx <!nodocs>,
- python3-sphinx-rtd-theme <!nodocs>,
+ python3-sphinx <!nodoc>,
+ python3-sphinx-rtd-theme <!nodoc>,
python3-testpath,
python3-traitlets,
texlive-fonts-recommended,
@@ -91,7 +91,7 @@ Description: Jupyter notebook conversion (scripts)
Package: python-nbconvert-doc
Architecture: all
-Build-Profiles: <!nodocs>
+Build-Profiles: <!nodoc>
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Section: doc
Description: Jupyter notebook conversion (documentation)
diff --git a/debian/rules b/debian/rules
index c3bcaeb..31ace4a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,7 @@ override_dh_auto_install:
rm -r `find debian/tmp -name tests -type d`
override_dh_sphinxdoc:
-ifeq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS)))
+ifeq (,$(findstring nodoc, $(DEB_BUILD_OPTIONS)))
PYTHONPATH=. sphinx-build -b html docs/source debian/python-nbconvert-doc/usr/share/doc/python-nbconvert-doc/html
dh_sphinxdoc -O--buildsystem=pybuild
endif
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/nbconvert.git
More information about the Python-modules-commits
mailing list