[Python-modules-commits] [python-simpy] 03/04: Use local objects.inv for intersphinx mapping (Closes: #830607)
Ondřej Nový
onovy at moszumanska.debian.org
Sun Aug 7 11:11:53 UTC 2016
This is an automated email from the git hooks/post-receive script.
onovy pushed a commit to branch master
in repository python-simpy.
commit cc70685b5546feedd1eb1fa5b7b0f2cf35ac902e
Author: Ondřej Nový <onovy at debian.org>
Date: Sun Aug 7 13:09:45 2016 +0200
Use local objects.inv for intersphinx mapping (Closes: #830607)
---
debian/changelog | 1 +
debian/control | 4 +++-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index aa5147f..cc4e820 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ python-simpy (2.3.1+dfsg-1) UNRELEASED; urgency=low
[ Ondřej Nový ]
* Fixed VCS URL (https)
+ * Use local objects.inv for intersphinx mapping (Closes: #830607)
[ Andreas Tille ]
* cme fix dpkg-control
diff --git a/debian/control b/debian/control
index 591bfbf..4fe847b 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Priority: optional
Build-Depends: debhelper (>= 9),
python-all,
python3-all,
+ python3-doc,
python-pytest,
python-sphinx
Standards-Version: 3.9.8
@@ -54,7 +55,8 @@ Section: doc
Depends: ${sphinxdoc:Depends},
${misc:Depends},
libjs-jquery,
- libjs-underscore
+ libjs-underscore,
+ python3-doc,
Description: python-based simulation package, Documentation and examples
SimPy is a process-based discrete-event simulation language based on
standard Python.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-simpy.git
More information about the Python-modules-commits
mailing list