[Python-modules-commits] [sphinx] 01/01: Build-depend and recommend python-enum34 (for autodoc extension).
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Tue Dec 20 14:46:52 UTC 2016
This is an automated email from the git hooks/post-receive script.
mitya57 pushed a commit to branch master
in repository sphinx.
commit 55fce801200e85ea83ecef3ed0909daf96fa8fc2
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Tue Dec 20 17:46:41 2016 +0300
Build-depend and recommend python-enum34 (for autodoc extension).
---
debian/changelog | 1 +
debian/control | 3 ++-
debian/tests/control | 1 +
3 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 8a9bfe2..b0657b0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ sphinx (1.5.1-1) UNRELEASED; urgency=medium
* Bump X-Python-Version to 2.7 and X-Python3-Version to 3.4, following
upstream.
* Depend on python[3]-requests and build-depend on python[3]-html5lib.
+ * Build-depend and recommend python-enum34 (for autodoc extension).
* Drop texlive-generic-extra dependency, iftex is no longer used.
* Stop unbundling fncychap.sty (no longer bundled), iftex.sty and
newfloat.sty (no longer used).
diff --git a/debian/control b/debian/control
index b692de1..1f81509 100644
--- a/debian/control
+++ b/debian/control
@@ -22,6 +22,7 @@ Build-Depends-Indep: dh-python,
python-imagesize, python3-imagesize,
python-requests, python3-requests,
python-html5lib, python3-html5lib,
+ python-enum34,
libjs-jquery (>= 1.4), libjs-underscore,
texlive-latex-recommended, texlive-latex-extra, texlive-fonts-recommended, texinfo,
texlive-luatex,
@@ -46,7 +47,7 @@ Depends: ${misc:Depends}, ${python:Depends},
python-imagesize,
python-requests,
sphinx-common (= ${source:Version})
-Recommends: python-pil
+Recommends: python-enum34, python-pil
Suggests:
python-sphinx-rtd-theme,
libjs-mathjax, dvipng,
diff --git a/debian/tests/control b/debian/tests/control
index e30f691..5c84003 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,5 +1,6 @@
Tests: python-sphinx
Depends: python-sphinx,
+ python-enum34,
python-html5lib,
python-pygments (>= 2.1.1),
python-nose,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/sphinx.git
More information about the Python-modules-commits
mailing list