[Python-modules-commits] [python-tornado] 03/03: Use local objects.inv for intersphinx mapping (Closes: #833351)
Ondřej Nový
onovy at moszumanska.debian.org
Wed Aug 3 17:14:59 UTC 2016
This is an automated email from the git hooks/post-receive script.
onovy pushed a commit to branch master
in repository python-tornado.
commit a0963f6c504734e4fdb78d4575be75146e594242
Author: Ondřej Nový <onovy at debian.org>
Date: Wed Aug 3 19:11:02 2016 +0200
Use local objects.inv for intersphinx mapping (Closes: #833351)
---
debian/changelog | 6 ++++++
debian/control | 2 ++
2 files changed, 8 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 881396d..47ce325 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-tornado (4.4.1-2) UNRELEASED; urgency=medium
+
+ * Use local objects.inv for intersphinx mapping (Closes: #833351)
+
+ -- Ondřej Nový <onovy at debian.org> Wed, 03 Aug 2016 19:04:02 +0200
+
python-tornado (4.4.1-1) unstable; urgency=medium
* New upstream release (Closes: #830859)
diff --git a/debian/control b/debian/control
index 08aac72..076f532 100644
--- a/debian/control
+++ b/debian/control
@@ -22,6 +22,7 @@ Build-Depends: ca-certificates,
python-twisted,
python3-all-dev,
python3 (>= 3.5) | python3-backports-abc,
+ python3-doc,
python3-mock,
python3-pycurl,
python3-setuptools,
@@ -78,6 +79,7 @@ Architecture: all
Section: doc
Depends: ${misc:Depends},
${sphinxdoc:Depends},
+ python3-doc,
Description: scalable, non-blocking web server and tools - documentation
Tornado is a Python web framework and asynchronous networking library,
originally developed at FriendFeed. By using non-blocking network I/O,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-tornado.git
More information about the Python-modules-commits
mailing list