[Python-modules-commits] [jinja2] 08/08: Add python3-sphinx to Build-Depends and invoke dh_sphinxdoc after building documentation
Piotr Ożarowski
piotr at moszumanska.debian.org
Thu Nov 30 10:11:40 UTC 2017
This is an automated email from the git hooks/post-receive script.
piotr pushed a commit to branch master
in repository jinja2.
commit f7b53d73e22836839c2d2d2e412c47d6ac36d2ef
Author: Piotr Ożarowski <piotr at debian.org>
Date: Thu Nov 30 11:09:37 2017 +0100
Add python3-sphinx to Build-Depends and invoke dh_sphinxdoc after building documentation
---
debian/changelog | 2 ++
debian/control | 2 +-
debian/rules | 2 +-
3 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 2a12947..9ee6b3d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
jinja2 (2.10-1) unstable; urgency=medium
* New upstream release
+ * Add python3-sphinx to Build-Depends and invoke dh_sphinxdoc after building
+ documentation
* Standards-version bumped to 4.1.1
- -doc package's Priority changed to optional
diff --git a/debian/control b/debian/control
index 3d139a2..6e4445d 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.o
Build-Depends: debhelper (>= 9), dh-python,
python-all (>= 2.6.6-3), python3-all,
python-setuptools (>= 0.6b3-1~), python3-setuptools,
- python-sphinx (>= 1.0.7+dfsg) | python3-sphinx, python-pygments
+ python3-sphinx, python3-pygments
Standards-Version: 4.1.1
Homepage: http://jinja.pocoo.org/
X-Python-Version: >= 2.6
diff --git a/debian/rules b/debian/rules
index 6698e1a..3eba7c0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@
export PYBUILD_NAME=jinja2
%:
- dh $@ --with python2,python3,sphinx --buildsystem=pybuild
+ dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
override_dh_auto_clean:
make -C docs clean
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/jinja2.git
More information about the Python-modules-commits
mailing list