diff options
Diffstat (limited to '')
-rw-r--r-- | debian/control | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/debian/control b/debian/control index 965d7de..bcbd87c 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,7 +48,7 @@ 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 @@ -55,6 +59,7 @@ Depends: sphinx-common (= ${source:Version}), ${python3:Depends} Recommends: make, python3-pil Suggests: dvipng, + dvisvgm, fonts-freefont-otf, imagemagick-6.q16, latexmk, |