[Python-modules-commits] [python-ws4py] 15/20: Fix docs building under Python 3
Stein Magnus Jodal
jodal at moszumanska.debian.org
Thu Nov 5 14:59:43 UTC 2015
This is an automated email from the git hooks/post-receive script.
jodal pushed a commit to branch master
in repository python-ws4py.
commit 053325483c2b6ea95e948d3b473153e63c498113
Author: Stein Magnus Jodal <jodal at debian.org>
Date: Thu Nov 5 15:10:24 2015 +0100
Fix docs building under Python 3
---
debian/changelog | 3 +++
debian/control | 12 ++++++++----
2 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 58ea968..4753527 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,9 @@ python-ws4py (0.3.4-2) UNRELEASED; urgency=medium
- Bump Standards-Version to 3.9.6 (no change required)
- Build-Depend on debhelper 9
- Build-Depend on dh-python
+ - Build-Depend on
+ python3-{cherrypy3,gevent,sphinx,sphinxcontrib.seqdiag,tornado} so we
+ can build docs under Python 3
- Run `wrap-and-sort -t -a`
- Update python3-ws4py Suggests to include python3-cherrypy3 which is now
available
diff --git a/debian/control b/debian/control
index cb3ab94..e46b251 100644
--- a/debian/control
+++ b/debian/control
@@ -6,15 +6,19 @@ Uploaders: Stein Magnus Jodal <jodal at debian.org>,
Build-Depends: debhelper (>= 9),
dh-python,
python-all (>= 2.6.6-3~),
- python-cherrypy3 (>= 3.2.2),
- python-gevent (>= 0.13.6),
+ python-cherrypy3,
+ python-gevent,
python-setuptools,
- python-sphinx (>= 1.0.7+dfsg),
+ python-sphinx,
python-sphinxcontrib.seqdiag,
- python-tornado (>= 2.0),
+ python-tornado,
python-unittest2,
python3-all,
+ python3-cherrypy3,
python3-setuptools,
+ python3-sphinx,
+ python3-sphinxcontrib.seqdiag,
+ python3-tornado,
Standards-Version: 3.9.6
Homepage: https://ws4py.readthedocs.org/
Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-ws4py.git
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-ws4py.git
More information about the Python-modules-commits
mailing list