[Python-modules-commits] [flask-restful] 10/12: Use local copies of object.inv for building documentation (Closes: #830154)
Ondřej Nový
onovy at moszumanska.debian.org
Sat Aug 13 21:56:58 UTC 2016
This is an automated email from the git hooks/post-receive script.
onovy pushed a commit to branch master
in repository flask-restful.
commit 57288597bf15821de8a1114281dec5bf5e14b9da
Author: Ondřej Nový <onovy at debian.org>
Date: Sat Aug 13 23:38:29 2016 +0200
Use local copies of object.inv for building documentation (Closes: #830154)
---
debian/changelog | 1 +
debian/control | 9 ++++++++-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 3c5e6b8..a372af2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ flask-restful (0.3.5-1) UNRELEASED; urgency=medium
* Enabled autopkgtest-pkg-python testsuite
* Standards-Version is 3.9.8 now (no changes needed)
* Use Python 3 version of Sphinx to build docs
+ * Use local copies of object.inv for building documentation (Closes: #830154)
-- Ondřej Nový <novy at ondrej.org> Tue, 29 Mar 2016 21:36:11 +0200
diff --git a/debian/control b/debian/control
index 4df3dd6..7fe25b4 100644
--- a/debian/control
+++ b/debian/control
@@ -10,15 +10,18 @@ Build-Depends: debhelper (>= 9),
python-blinker,
python-crypto,
python-flask,
+ python-flask-doc,
python-mock,
python-nose,
python-setuptools,
python-six,
+ python-werkzeug-doc,
python-tz,
python3-all,
python3-aniso8601,
python3-blinker,
python3-crypto,
+ python3-doc,
python3-flask,
python3-mock,
python3-nose,
@@ -57,7 +60,11 @@ Description: REST API framework for Flask applications (Python3 Module)
Package: python-flask-restful-doc
Section: doc
Architecture: all
-Depends: ${misc:Depends}, ${sphinxdoc:Depends}
+Depends: ${misc:Depends},
+ ${sphinxdoc:Depends},
+ python-flask-doc,
+ python-werkzeug-doc,
+ python3-doc,
Description: REST API framework for Flask applications (Documentation)
Flask-RESTful is an extension for Flask that adds support for quickly building
REST APIs. It is a lightweight abstraction that works with your existing
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/flask-restful.git
More information about the Python-modules-commits
mailing list