[Python-modules-commits] [ipython4] 01/03: Add sphinx built-using to documentation package
Gordon Ball
chronitis-guest at moszumanska.debian.org
Mon Aug 28 21:06:42 UTC 2017
This is an automated email from the git hooks/post-receive script.
chronitis-guest pushed a commit to branch master
in repository ipython4.
commit dd9c28668ebbe51eeb6d3e2746866e3f68774556
Author: Gordon Ball <gordon at chronitis.net>
Date: Mon Aug 28 22:42:29 2017 +0200
Add sphinx built-using to documentation package
---
debian/changelog | 3 ++-
debian/control | 1 +
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 45dab54..718acba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,7 +4,8 @@ ipython (5.4.0-1) UNRELEASED; urgency=medium
* Update Standards-Version to 4.0.0
* Update debhelper compat to 10
* Set minimum python3 version to 3.3
- * Use python3 sphinx for documentation
+ * Use python3 sphinx for documentation, add ${sphinxdoc:Built-Using}
+ to documentation package
* Add autopkgtests for importability and simple syntax examples
* Install the upstream changelog
* Fix python2 pexpect dependency of python3-ipython
diff --git a/debian/control b/debian/control
index 3d50547..a36f016 100644
--- a/debian/control
+++ b/debian/control
@@ -61,6 +61,7 @@ Package: python-ipython-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
+Built-Using: ${sphinxdoc:Built-Using}
Description: Enhanced interactive Python shell (documentation)
IPython can be used as a replacement for the standard Python shell,
or it can be used as a complete working environment for scientific
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/ipython4.git
More information about the Python-modules-commits
mailing list