summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control16
1 files changed, 11 insertions, 5 deletions
diff --git a/debian/control b/debian/control
index 965d7de..558e0fd 100644
--- a/debian/control
+++ b/debian/control
@@ -5,9 +5,11 @@ Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Dmitry Shachnev <mitya57@debian.org>
Homepage: https://www.sphinx-doc.org/
Build-Depends: debhelper-compat (= 13)
-Build-Depends-Indep: dh-python (>= 3.20180313~),
+Build-Depends-Indep: cython3 <!nocheck>,
+ dh-python (>= 3.20180313~),
dpkg-dev (>= 1.17.14),
- dvipng,
+ dvipng <!nocheck>,
+ dvisvgm <!nocheck>,
flit (>= 3.7),
fonts-freefont-otf,
graphviz,
@@ -19,9 +21,11 @@ Build-Depends-Indep: dh-python (>= 3.20180313~),
perl,
pybuild-plugin-pyproject,
python-requests-doc <!nodoc>,
- python3-alabaster (>= 0.7),
+ python3-alabaster (>= 0.7.14),
python3-all (>= 3.3.3-1~),
+ python3-all-dev <!nocheck>,
python3-babel (>= 1.3),
+ python3-defusedxml <!nocheck>,
python3-doc <!nodoc>,
python3-docutils (>= 0.18.1),
python3-filelock <!nocheck>,
@@ -44,17 +48,19 @@ Build-Depends-Indep: dh-python (>= 3.20180313~),
texlive-luatex,
texlive-xetex
Rules-Requires-Root: no
-Standards-Version: 4.6.2
+Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/python-team/packages/sphinx.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/sphinx
Package: python3-sphinx
Architecture: all
-Depends: sphinx-common (= ${source:Version}),
+Depends: python3-defusedxml (>= 0.7.1),
+ sphinx-common (= ${source:Version}),
${misc:Depends},
${python3:Depends}
Recommends: make, python3-pil
Suggests: dvipng,
+ dvisvgm,
fonts-freefont-otf,
imagemagick-6.q16,
latexmk,